Skip to content

Commit

Permalink
Bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Mar 19, 2024
1 parent 9d97317 commit 8f2ff56
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.0"
version = "0.2.1"
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.0"
current = "0.2.1"

# 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,7 +4,7 @@

__author__ = """Simon Perkins"""
__email__ = "[email protected]"
__version__ = "0.2.0"
__version__ = "0.2.1"

import logging

Expand Down

0 comments on commit 8f2ff56

Please sign in to comment.