From c27ed1181e0781a22481f1efd7a79879cb33505c Mon Sep 17 00:00:00 2001 From: simleo Date: Mon, 6 Nov 2023 12:42:45 +0100 Subject: [PATCH] version bump --- CITATION.cff | 4 ++-- src/runcrate/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a022b40..14972dd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,6 +11,6 @@ authors: given-names: Michael R. orcid: https://orcid.org/0000-0002-2961-9670 title: "runcrate" -version: 0.2.0 +version: 0.3.0 doi: 10.5281/zenodo.7762627 -date-released: 2023-06-23 +date-released: 2023-10-06 diff --git a/src/runcrate/__init__.py b/src/runcrate/__init__.py index a8f596d..8c1b5f1 100644 --- a/src/runcrate/__init__.py +++ b/src/runcrate/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.0" +__version__ = "0.3.0"