Upping version

This commit is contained in:
Michael Lazar 2020-06-09 00:23:43 -04:00
parent 702c3dd7bd
commit c3ac784639
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Jetforce Changelog # Jetforce Changelog
### Unreleased ### v0.4.0
#### Features #### Features

View File

@ -1 +1 @@
__version__ = "0.3.2" __version__ = "0.4.0"

View File

@ -10,7 +10,7 @@ def long_description():
setuptools.setup( setuptools.setup(
name="Jetforce", name="Jetforce",
version="0.3.2", version="0.4.0",
url="https://github.com/michael-lazar/jetforce", url="https://github.com/michael-lazar/jetforce",
license="Other/Proprietary License", license="Other/Proprietary License",
author="Michael Lazar", author="Michael Lazar",