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 3e2130a commit e793ab9Copy full SHA for e793ab9
explabox/_version.py
@@ -13,5 +13,5 @@
13
14
"""Version information."""
15
16
-__version_info__ = (0, 9, "beta8")
+__version_info__ = (1, 0, 0)
17
__version__ = ".".join(str(v) for v in __version_info__)
0 commit comments