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