diff --git a/jetforce/__version__.py b/jetforce/__version__.py index 493f741..ea15b1f 100644 --- a/jetforce/__version__.py +++ b/jetforce/__version__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.0b2" diff --git a/setup.py b/setup.py index c0deafd..daa2077 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.3.0b1", + version="0.3.0b2", url="https://github.com/michael-lazar/jetforce", license="Other/Proprietary License", author="Michael Lazar",