Skip to content

Commit

Permalink
"[bot] Bump version: 0.1.4a11 >> 0.1.4a12"
Browse files Browse the repository at this point in the history
  • Loading branch information
pbk0 committed Aug 26, 2022
1 parent 2213150 commit c87f6d8
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.4a11
current_version = 0.1.4a12
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.4a11"
version = "0.1.4a12"
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.4a11"
__version__ = "0.1.4a12"
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.4a11"
__version__ = "0.1.4a12"

from . import settings
from . import logger
Expand Down

0 comments on commit c87f6d8

Please sign in to comment.