diff --git a/jetforce/__version__.py b/jetforce/__version__.py index 1e7195c..a54e918 100644 --- a/jetforce/__version__.py +++ b/jetforce/__version__.py @@ -1 +1 @@ -__version__ = "0.3.0b5" +__version__ = "0.3.0b6" diff --git a/setup.py b/setup.py index 16f08bf..eb03706 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.3.0b5", + version="0.3.0b6", url="https://github.com/michael-lazar/jetforce", license="Other/Proprietary License", author="Michael Lazar",