Skip to content

Commit

Permalink
"[bot] Bump version: 0.1.3b0 >> 0.1.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
pbk0 committed Sep 22, 2021
1 parent 48a6b06 commit 56325d8
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.3b0
current_version = 0.1.3
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.3b0"
version = "0.1.3"
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.3b0"
__version__ = "0.1.3"
2 changes: 1 addition & 1 deletion toolcraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"""
__author__ = """Praveen Kulkarni"""
__email__ = "[email protected]"
__version__ = "0.1.3b0"
__version__ = "0.1.3"

0 comments on commit 56325d8

Please sign in to comment.