Upping version
This commit is contained in:
parent
e716dc152b
commit
f16d5901a1
|
@ -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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.3.0b6"
|
__version__ = "0.3.0"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue