diff --git a/CHANGELOG.md b/CHANGELOG.md index 055129e..52d1227 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.18 (2023-11-20) + ### 0.10.17 (2023-11-16) diff --git a/starling_sim/__init__.py b/starling_sim/__init__.py index 634cca4..33ec078 100644 --- a/starling_sim/__init__.py +++ b/starling_sim/__init__.py @@ -3,4 +3,4 @@ """ #: Starling version -__version__ = "0.10.17" +__version__ = "0.10.18"