Skip to content

Commit

Permalink
Bump to 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Nov 13, 2023
1 parent 1837370 commit 6bfd198
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__ = "sperkins@ska.ac.za"
__version__ = "0.2.18"
__version__ = "0.2.19"

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.18"
version = "0.2.19"
description = "xarray Dataset from CASA Tables"
authors = ["Simon Perkins <simon.perkins@gmail.com>"]
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.18"
current = "0.2.19"

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

0 comments on commit 6bfd198

Please sign in to comment.