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 8dcbc8d commit 926814dCopy full SHA for 926814d
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.16"
+__version__ = "1.7.17"
13
version_info = (int(__version__.split('.')[0]), int(__version__.split('.')[1]), int(__version__.split('.')[2]), 0)
0 commit comments