From a7b770afad47b56da7476d324fcfc4c30bbb22de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:33:40 +0000 Subject: [PATCH] chore(release): 0.10.10 --- CHANGELOG.md | 2 ++ starling_sim/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e51f1..48ee813 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.10 (2023-01-25) + ### 0.10.9 (2023-01-13) diff --git a/starling_sim/__init__.py b/starling_sim/__init__.py index 0366abe..8647712 100644 --- a/starling_sim/__init__.py +++ b/starling_sim/__init__.py @@ -3,4 +3,4 @@ """ #: Starling version -__version__ = "0.10.9" +__version__ = "0.10.10"