Skip to content

Commit 9258076

Browse files
committed
chore: bump version
1 parent b129c3b commit 9258076

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 = 1.0.0
2+
current_version = 1.1.0
33
commit = False
44
tag = False
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rmmtxauthz"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Do HTTP based authz for MediaMTX"
55
authors = [{name="Eero af Heurlin", email="eero.afheurlin@iki.fi" }]
66
homepage = "https://github.com/pvarki/python-mediamtx-rmmtxauthz"

src/rmmtxauthz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Do HTTP based authz for MediaMTX"""
22

3-
__version__ = "1.0.0" # NOTE Use `bump2version --config-file patch` to bump versions correctly
3+
__version__ = "1.1.0" # NOTE Use `bump2version --config-file patch` to bump versions correctly

tests/test_rmmtxauthz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
def test_version() -> None:
77
"""Make sure version matches expected"""
8-
assert __version__ == "1.0.0"
8+
assert __version__ == "1.1.0"

0 commit comments

Comments
 (0)