From a461ba3bfd9728a7f4e8cf5dd1dff747075a042a Mon Sep 17 00:00:00 2001 From: tgoelles Date: Tue, 10 Oct 2023 09:48:41 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/specarray/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38a7ae7..d7558ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ fail_under = 100 allow_dirty = false commit = true tag = true -current_version = "0.2.0" +current_version = "0.3.0" message = "Bump version: {current_version} → {new_version}" sign_tags = false tag_name = "v{new_version}" diff --git a/src/specarray/__init__.py b/src/specarray/__init__.py index 4beb9f7..ee45d08 100644 --- a/src/specarray/__init__.py +++ b/src/specarray/__init__.py @@ -5,6 +5,6 @@ """Python Package Template""" from __future__ import annotations -__version__ = "0.2.0" +__version__ = "0.3.0" from .specarray import SpecArray