Upping version

This commit is contained in:
Michael Lazar 2020-05-31 00:15:33 -04:00
parent e716dc152b
commit f16d5901a1
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Jetforce Changelog # Jetforce Changelog
### v0.3.0 (pre-release) ### v0.3.0
This release brings some major improvements and necessary refactoring of the This release brings some major improvements and necessary refactoring of the
jetforce package. Please read the release notes carefully and exercise caution jetforce package. Please read the release notes carefully and exercise caution

View File

@ -1 +1 @@
__version__ = "0.3.0b6" __version__ = "0.3.0"

View File

@ -10,7 +10,7 @@ def long_description():
setuptools.setup( setuptools.setup(
name="Jetforce", name="Jetforce",
version="0.3.0b6", version="0.3.0",
url="https://github.com/michael-lazar/jetforce", url="https://github.com/michael-lazar/jetforce",
license="Other/Proprietary License", license="Other/Proprietary License",
author="Michael Lazar", author="Michael Lazar",