Skip to content

Commit 7916465

Browse files
committed
bump version 0.4.1 -> 0.5.0
1 parent 6beb94c commit 7916465

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rembus"
7-
version = "0.4.1"
7+
version = "0.5.0"
88
license = "AGPL-3.0-only"
99
authors = [
1010
{ name="Attilio Donà", email="attilio.dona@gmail.com" },
@@ -46,7 +46,7 @@ test = ["coverage", "mock", "pytest", "pytest-asyncio", "pytest-mock", "pytest-c
4646
"Bug Tracker" = "https://github.com/cardo-org/rembus.python/issues"
4747

4848
[tool.bumpver]
49-
current_version = "0.4.1"
49+
current_version = "0.5.0"
5050
version_pattern = "MAJOR.MINOR.PATCH"
5151
commit_message = "bump version {old_version} -> {new_version}"
5252
tag_message = "{new_version}"

src/rembus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"
22

33
# import logging
44
from .core import component, RbURL # noqa: F401

0 commit comments

Comments
 (0)