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