diff --git a/CHANGELOG.md b/CHANGELOG.md index eedc837..0b6b241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.10.3 (2022-10-13) + ### 0.10.2 (2022-09-15) diff --git a/starling_sim/__init__.py b/starling_sim/__init__.py index cec0caf..2377c0b 100644 --- a/starling_sim/__init__.py +++ b/starling_sim/__init__.py @@ -3,4 +3,4 @@ """ #: Starling version -__version__ = "0.10.2" +__version__ = "0.10.3"