Skip to content

Commit

Permalink
"[bot] Bump version: 0.1.4a21 >> 0.1.4a22"
Browse files Browse the repository at this point in the history
  • Loading branch information
pbk0 committed Sep 1, 2022
1 parent 96647e5 commit b54cd6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4a21
current_version = 0.1.4a22
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "toolcraft"
version = "0.1.4a21"
version = "0.1.4a22"
homepage = "https://github.com/SpikingNeurons/toolcraft"
repository = "https://github.com/SpikingNeurons/toolcraft"
documentation = "https://toolcraft.spikingneurons.com/"
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Unit test package for toolcraft."""

__version__ = "0.1.4a21"
__version__ = "0.1.4a22"
2 changes: 1 addition & 1 deletion toolcraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"""
__author__ = """Praveen Kulkarni"""
__email__ = "[email protected]"
__version__ = "0.1.4a21"
__version__ = "0.1.4a22"

from . import settings
from . import logger
Expand Down

0 comments on commit b54cd6e

Please sign in to comment.