Skip to content

Commit 77143b9

Browse files
committed
1.7.8
Automatically generated by python-semantic-release
1 parent 007b668 commit 77143b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file_catalog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# is zero for an official release, positive for a development branch,
1010
# or negative for a release candidate or beta (after the base version
1111
# number has been incremented)
12-
__version__ = "1.7.7"
12+
__version__ = "1.7.8"
1313
version_info = (int(__version__.split('.')[0]), int(__version__.split('.')[1]), int(__version__.split('.')[2]), 0)

0 commit comments

Comments
 (0)