From 5fdf5a6b647fe46db9fb2504137f11aab76374fa Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Tue, 24 Oct 2023 19:39:58 +0200 Subject: [PATCH] Bump to 0.2.1 --- pyproject.toml | 2 +- src/arcae/__init__.py | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 764c50dd..8f487d2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcae" -version = "0.2.0" +version = "0.2.1" authors = [ {name = "Simon Perkins", email = "simon.perkins@gmail.com"} ] diff --git a/src/arcae/__init__.py b/src/arcae/__init__.py index 3af76c80..c1f928fa 100644 --- a/src/arcae/__init__.py +++ b/src/arcae/__init__.py @@ -2,7 +2,7 @@ import pyarrow as pa # noqa from typing import TYPE_CHECKING -__version__ = "0.2.0" +__version__ = "0.2.1" if TYPE_CHECKING: from arcae.lib.arrow_tables import Table diff --git a/tbump.toml b/tbump.toml index f574fb29..f2539aa4 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.2.0" +current = "0.2.1" regex = ''' (?P\d+) \.