Skip to content

Commit f172c3f

Browse files
committed
Bump version: 7.8.6 → 7.9.0
1 parent 158a357 commit f172c3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fireant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ def __hash__(self) -> int:
5555
Term.__hash__ = __hash__
5656

5757

58-
__version__ = "7.8.6"
58+
__version__ = "7.9.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.8.6
2+
current_version = 7.9.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)