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 d6a768a commit b4a1ee2Copy full SHA for b4a1ee2
setup.py
@@ -20,7 +20,7 @@
20
21
from setuptools import find_packages, setup
22
23
-VERSION = (7, 4, 1, "rover.prod.py311")
+VERSION = (7, 4, 1, "py311")
24
__version__ = VERSION
25
__versionstr__ = ".".join(map(str, VERSION))
26
0 commit comments