Skip to content

Commit 1193e6b

Browse files
committed
bump version 0.8.1 -> 0.8.2
1 parent e01be33 commit 1193e6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "Rembus"
1010
copyright = "2026, Attilio Donà"
1111
author = "Attilio Donà"
12-
release = "0.8.1"
12+
release = "0.8.2"
1313
html_baseurl = "https://cardo-org.github.io/rembus.python/"
1414

1515
# -- General configuration ---------------------------------------------------

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.8.1"
7+
version = "0.8.2"
88
license = "AGPL-3.0-only"
99
authors = [
1010
{ name="Attilio Donà", email="attilio.dona@gmail.com" },
@@ -69,7 +69,7 @@ brokerd = "rembus.brokerd:main"
6969
"Bug Tracker" = "https://github.com/cardo-org/rembus.python/issues"
7070

7171
[tool.bumpver]
72-
current_version = "0.8.1"
72+
current_version = "0.8.2"
7373
version_pattern = "MAJOR.MINOR.PATCH"
7474
commit_message = "bump version {old_version} -> {new_version}"
7575
tag_message = "{new_version}"

0 commit comments

Comments
 (0)