We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50bed9 commit bb6c339Copy full SHA for bb6c339
1 file changed
pebble_tool/version.py
@@ -1,5 +1,5 @@
1
-version_base = (4, 1, 0)
2
-version_suffix = None
+version_base = (4, 1, 1)
+version_suffix = 'rc1'
3
4
if version_suffix is None:
5
__version_info__ = version_base
0 commit comments