From 66cbd48cda8bb7e7448e2036043c3c76fd4ac2e6 Mon Sep 17 00:00:00 2001 From: Stephen Moore Date: Sun, 17 Sep 2023 16:26:21 +1000 Subject: [PATCH] Version bump - 0.3.0 --- docs/strcs/changelog.rst | 2 +- strcs/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/strcs/changelog.rst b/docs/strcs/changelog.rst index fffca6c..6fb0695 100644 --- a/docs/strcs/changelog.rst +++ b/docs/strcs/changelog.rst @@ -5,7 +5,7 @@ Changelog .. _release-0.3.0: -0.3.0 - TBD +0.3.0 - 17 September 2023 * Introduced a number of helpers for introspecting type annotations * Introduced new ``strcs.Type`` class for representing types and creators now take these objects. diff --git a/strcs/version.py b/strcs/version.py index 91ee717..867e4b1 100644 --- a/strcs/version.py +++ b/strcs/version.py @@ -1 +1 @@ -VERSION = "0.2.1" +VERSION = "0.3.0"