Skip to content

Commit

Permalink
Bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Nov 5, 2024
1 parent cdaa8d8 commit d899ed7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion africanus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

__author__ = """Simon Perkins"""
__email__ = "[email protected]"
__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# the built documents.
#
# The full version, including alpha/beta/rc tags.
release = "0.4.0"
release = "0.4.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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 = "codex-africanus"
version = "0.4.0"
version = "0.4.1"
description = "Radio Astronomy Building Blocks"
authors = ["Simon Perkins <[email protected]>"]
packages = [{include = "africanus"}]
Expand Down Expand Up @@ -74,7 +74,7 @@ select = [
]

[tool.tbump.version]
current = "0.4.0"
current = "0.4.1"

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

0 comments on commit d899ed7

Please sign in to comment.