Upping version
This commit is contained in:
parent
6d4fe62cc6
commit
14d157f0d7
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.8.1"
|
__version__ = "0.8.2"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue