diff --git a/CHANGELOG.md b/CHANGELOG.md index 5afe36c..47b4272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Jetforce Changelog -### Unreleased +### v0.4.0 #### Features diff --git a/jetforce/__version__.py b/jetforce/__version__.py index f9aa3e1..6a9beea 100644 --- a/jetforce/__version__.py +++ b/jetforce/__version__.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.4.0" diff --git a/setup.py b/setup.py index 5fba57d..e1ee570 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def long_description(): setuptools.setup( name="Jetforce", - version="0.3.2", + version="0.4.0", url="https://github.com/michael-lazar/jetforce", license="Other/Proprietary License", author="Michael Lazar",