Skip to content

Commit

Permalink
Bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 24, 2023
1 parent a8d1d59 commit 5fdf5a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "arcae"
version = "0.2.0"
version = "0.2.1"
authors = [
{name = "Simon Perkins", email = "[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/arcae/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "0.2.0"
current = "0.2.1"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 5fdf5a6

Please sign in to comment.