diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b2b90..115d3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v2022.9.0.post1 (2022-09-03) + ## v2022.9.0 (2022-09-02) ### Feat diff --git a/src/incendium/version.py b/src/incendium/version.py index a7647c3..5c07d8e 100644 --- a/src/incendium/version.py +++ b/src/incendium/version.py @@ -1,3 +1,3 @@ """Version module.""" -__version__ = "2022.9.0" +__version__ = "2022.9.0.post1"