Change back to beta version, we're not ready for 1.0
This commit is contained in:
parent
abea5601d7
commit
d4ceb4d085
|
@ -1 +1 @@
|
||||||
__version__ = "1.0.0rc1"
|
__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="1.0.0rc1",
|
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