diff --git a/jetforce/__version__.py b/jetforce/__version__.py index 260c070..f9aa3e1 100644 --- a/jetforce/__version__.py +++ b/jetforce/__version__.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" diff --git a/setup.py b/setup.py index e69faaf..5fba57d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.3.1", + version="0.3.2", url="https://github.com/michael-lazar/jetforce", license="Other/Proprietary License", author="Michael Lazar",