Skip to content

Commit

Permalink
Bump to 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 20, 2023
1 parent dc00591 commit 37e2c60
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.17"
__version__ = "0.2.18"

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.17"
version = "0.2.18"
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.17"
current = "0.2.18"

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

0 comments on commit 37e2c60

Please sign in to comment.