You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,6 @@
12
12
__version_tuple__: VERSION_TUPLE
13
13
version_tuple: VERSION_TUPLE
14
14
15
-
# TODO: this is the only place you update the package version
15
+
# TODO: this is the only place you update the package version - however this is overwritten by github action if you leave the `change_version.py` call there
0 commit comments