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 Oct 4, 2024
1 parent 0176604 commit 2012f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
project = "xarray-ms"
copyright = "2024, Simon Perkins"
author = "Simon Perkins"
release = "0.2.0"
release = "0.2.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xarray-ms"
version = "0.2.0"
version = "0.2.1"
description = "xarray MSv4 views over MSv2 Measurement Sets"
authors = ["Simon Perkins <[email protected]>"]
readme = "README.rst"
Expand Down Expand Up @@ -58,7 +58,7 @@ build-backend = "poetry.core.masonry.api"
# github_url = "https://github.com/<user or organization>/<project>/"

[tool.tbump.version]
current = "0.2.0"
current = "0.2.1"

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

0 comments on commit 2012f1b

Please sign in to comment.