From 8c47907324ac42492a85155678e6a502749937ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 12:29:54 +0000 Subject: [PATCH] chore(release): 0.10.3 --- CHANGELOG.md | 2 ++ starling_sim/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"