Upping version

This commit is contained in:
Michael Lazar 2020-12-06 00:29:16 -05:00
parent 8d384b424d
commit d516c8ba48
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Jetforce Changelog
### v0.7.0 (unreleased)
### v0.7.0 (2020-12-06)
#### Spec Changes

View File

@ -1 +1 @@
__version__ = "0.6.0"
__version__ = "0.7.0"

View File

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