Skip to content

Commit

Permalink
Bump version v0.3.1 -> v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoOinonen committed Jul 12, 2024
1 parent e51f7d5 commit 0684cca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = "ppafm"
copyright = f"{_year}, Probe-Particle team"
author = "Probe-Particle team"
version = "0.3.1"
version = "0.3.2"
release = version

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ppafm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ find = {namespaces = false}
version = {attr = "ppafm.version.__version__"}

[tool.bumpver]
current_version = "v0.3.1"
current_version = "v0.3.2"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 0684cca

Please sign in to comment.