Skip to content

Commit 6993aac

Browse files
committed
Bump version: 0.2.8 → 0.2.9
1 parent baf533f commit 6993aac

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = murfey
3-
version = 0.2.8
3+
version = 0.2.9
44
license = BSD
55
license_file = LICENSE
66
classifiers =

src/murfey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

3-
__version__ = "0.2.8"
3+
__version__ = "0.2.9"
44
__supported_client_version__ = "0.2.8"

0 commit comments

Comments
 (0)