Skip to content

Commit

Permalink
bump version 0.1.1 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaissan committed Nov 28, 2023
1 parent afbed63 commit 49fde12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion micromind/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .core import Metric, MicroMind, Stage

# Package version
__version__ = "0.1.1"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ profile = "black"
py-modules = []

[tool.bumpver]
current_version = "0.1.1"
current_version = "0.2.0"

version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
Expand Down

0 comments on commit 49fde12

Please sign in to comment.