Skip to content

Commit

Permalink
Bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Mar 22, 2024
1 parent 0627195 commit 3360d94
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 @@
[tool.poetry]
name = "xarray-fits"
version = "0.2.2"
version = "0.2.3"
description = "xarray Datasets for FITS-like data"
authors = ["Simon Perkins <[email protected]>"]
packages = [{include = "xarrayfits"}]
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.2"
current = "0.2.3"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion xarrayfits/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

__author__ = """Simon Perkins"""
__email__ = "[email protected]"
__version__ = "0.2.2"
__version__ = "0.2.3"

from xarrayfits.fits import xds_from_fits # noqa

0 comments on commit 3360d94

Please sign in to comment.