Skip to content

Commit

Permalink
Bump to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 10, 2024
1 parent 89692eb commit e665cc4
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.5"
version = "0.2.6"
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 @@ -7,7 +7,7 @@
if TYPE_CHECKING:
from arcae.lib.arrow_tables import Table

__version__ = "0.2.5"
__version__ = "0.2.6"

PYTHON_CASACORE_FOUND = "casacore" in sys.modules
COEXIST_WITH_PYTHON_CASACORE = int(os.environ.get("ARCAE_WITH_CASACORE", 0)) != 0
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.5"
current = "0.2.6"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit e665cc4

Please sign in to comment.