diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df9c90..0d3c7e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v0.0.17 (2021-10-13) + + ## v0.0.16 (2021-10-13) diff --git a/src/sweetrpg_model_core/__init__.py b/src/sweetrpg_model_core/__init__.py index 26f3dfd..ca65fc4 100644 --- a/src/sweetrpg_model_core/__init__.py +++ b/src/sweetrpg_model_core/__init__.py @@ -6,7 +6,7 @@ __title__ = "SweetRPG Model Core" __description__ = "Base classes and utilities for model objects" __url__ = "https://github.com/sweetrpg/model-core" -__version__ = "0.0.16" +__version__ = "0.0.17" __build__ = 0x000000 __author__ = "Paul Schifferer" __author_email__ = "dm@sweetrpg.com"