diff --git a/pyproject.toml b/pyproject.toml index 1a9bc5b..4c31fb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] packages = [{include = "xarrayfits"}] diff --git a/tbump.toml b/tbump.toml index 503be2c..07e8c7d 100644 --- a/tbump.toml +++ b/tbump.toml @@ -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 diff --git a/xarrayfits/__init__.py b/xarrayfits/__init__.py index 724533c..41510be 100644 --- a/xarrayfits/__init__.py +++ b/xarrayfits/__init__.py @@ -4,7 +4,7 @@ __author__ = """Simon Perkins""" __email__ = "simon.perkins@gmail.com" -__version__ = "0.2.0" +__version__ = "0.2.1" import logging