Skip to content

Commit 50a2062

Browse files
committed
"[bot] Bump version: 0.1.4a22 >> 0.1.4a23"
1 parent 4085ed5 commit 50a2062

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4a22
2+
current_version = 0.1.4a23
33
commit = True
44
tag = True
55
tag_name = v{new_version}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "toolcraft"
5-
version = "0.1.4a22"
5+
version = "0.1.4a23"
66
homepage = "https://github.com/SpikingNeurons/toolcraft"
77
repository = "https://github.com/SpikingNeurons/toolcraft"
88
documentation = "https://toolcraft.spikingneurons.com/"

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Unit test package for toolcraft."""
22

3-
__version__ = "0.1.4a22"
3+
__version__ = "0.1.4a23"

toolcraft/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"""
4242
__author__ = """Praveen Kulkarni"""
4343
__email__ = "praveenneuron@gmail.com"
44-
__version__ = "0.1.4a22"
44+
__version__ = "0.1.4a23"
4545

4646
from . import settings
4747
from . import logger

0 commit comments

Comments
 (0)