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+) \.