Skip to content

Commit

Permalink
Bump to 0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jun 18, 2024
1 parent 57e5277 commit 4164565
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion daskms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Simon Perkins"""
__email__ = "[email protected]"
__version__ = "0.2.20"
__version__ = "0.2.21"

logging.getLogger(__name__).addHandler(logging.NullHandler())

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dask-ms"
version = "0.2.20"
version = "0.2.21"
description = "xarray Dataset from CASA Tables"
authors = ["Simon Perkins <[email protected]>"]
license = "BSD3"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/ratt-ru/dask-ms"

[version]
current = "0.2.20"
current = "0.2.21"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 4164565

Please sign in to comment.