From bb441df515aef0747ca20cbbe8cea9322d68c371 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Oct 2021 15:17:18 +0000 Subject: [PATCH] 0.0.9 Automatically generated by python-semantic-release --- CHANGELOG.md | 3 +++ src/sweetrpg_model_core/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6282389..a29dade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v0.0.9 (2021-10-07) + + ## v0.0.7 (2021-10-07) diff --git a/src/sweetrpg_model_core/__init__.py b/src/sweetrpg_model_core/__init__.py index 0acc94d..61044b1 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.8" +__version__ = "0.0.9" __build__ = 0x000000 __author__ = "Paul Schifferer" __author_email__ = "dm@sweetrpg.com"