We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f7802 commit db1c8f2Copy full SHA for db1c8f2
file_catalog/__init__.py
@@ -9,5 +9,5 @@
9
# is zero for an official release, positive for a development branch,
10
# or negative for a release candidate or beta (after the base version
11
# number has been incremented)
12
-__version__ = "1.7.20"
+__version__ = "1.8.0"
13
version_info = (int(__version__.split('.')[0]), int(__version__.split('.')[1]), int(__version__.split('.')[2]), 0)
0 commit comments