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
Look for .git directory (and possibly check for git push privilege?) and refuse to increment version if not present --- don't want end users changing version info of their local copy
Maybe version.py update should call git add version.py?
Maybe call 'version.py update` in pre-commit hook? How might this be easily shared with hypothetical other contributors?
.gitdirectory (and possibly check for git push privilege?) and refuse to increment version if not present --- don't want end users changing version info of their local copyversion.py updateshould callgit add version.py?