Skip to content

Commit d6ba647

Browse files
committed
Bump version: 0.1.2 → 0.1.3
1 parent 8bed7f3 commit d6ba647

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2
2+
current_version = 0.1.3
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "message-db-py"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "The Python interface to the MessageDB Event Store and Message Store"
55
authors = ["Subhash Bhushan <[email protected]>"]
66
license = "MIT"

src/message_db/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)