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 f9ef231 commit 51aebb9Copy full SHA for 51aebb9
modelsearch/__init__.py
@@ -12,5 +12,5 @@ def format_version(version):
12
return formatted
13
14
15
-VERSION = (1, 1, 0, "rc", 1)
+VERSION = (1, 1, 0, "final", 0)
16
__version__ = format_version(VERSION)
0 commit comments