Upping version

This commit is contained in:
Michael Lazar 2021-03-21 22:37:25 -04:00
parent 6d4fe62cc6
commit 14d157f0d7
3 changed files with 8 additions and 4 deletions

View File

@ -2,9 +2,13 @@
### v0.9.0 (unreleased) ### v0.9.0 (unreleased)
#### Changes N/A
- n/a ### v0.8.2 (2021-03-21)
#### Fixes
- Fix trailing ``]`` at the end of auto-generated directory names.
### v0.8.1 (2021-01-06) ### v0.8.1 (2021-01-06)

View File

@ -1 +1 @@
__version__ = "0.8.1" __version__ = "0.8.2"

View File

@ -10,7 +10,7 @@ def long_description() -> str:
setuptools.setup( setuptools.setup(
name="Jetforce", name="Jetforce",
version="0.8.1", version="0.8.2",
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",