Skip to content

Commit

Permalink
Bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed May 2, 2024
1 parent 571c37a commit 7e3077c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pfb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
SOFTWARE.
"""
__version__ = '0.0.3'
__version__ = '0.0.4'

import os
import sys
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/pfb-imaging/"

[version]
current = "0.0.3"
current = "0.0.4"

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

0 comments on commit 7e3077c

Please sign in to comment.