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 e0b54af commit d6a768aCopy full SHA for d6a768a
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, "rover.prod.py311")
24
__version__ = VERSION
25
__versionstr__ = ".".join(map(str, VERSION))
26
0 commit comments