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 010eba2 commit 4980058Copy full SHA for 4980058
version.py
@@ -1,2 +1,2 @@
1
-__version__ = "2.0.0" # Changed to match docstring version
+__version__ = "2.1.0" # Changed to match docstring version
2
__version_info__ = tuple(int(num) for num in __version__.split("."))
0 commit comments