diff --git a/src/auto_archiver/version.py b/src/auto_archiver/version.py index 71d32e1..5b0e7ad 100644 --- a/src/auto_archiver/version.py +++ b/src/auto_archiver/version.py @@ -1,4 +1,6 @@ - +""" Version information for the auto_archiver package. + TODO: This should be generated by the build system for single point of change. +""" _MAJOR = "0" _MINOR = "13" # On main and in a nightly release the patch should be one ahead of the last