Skip to content

Commit d6a768a

Browse files
Update version
1 parent e0b54af commit d6a768a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from setuptools import find_packages, setup
2222

23-
VERSION = (7, 4, 1, "rover-prod-py311")
23+
VERSION = (7, 4, 1, "rover.prod.py311")
2424
__version__ = VERSION
2525
__versionstr__ = ".".join(map(str, VERSION))
2626

0 commit comments

Comments
 (0)