]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/version.py
Update base_version for 0.33 release
[bup.git] / lib / bup / version.py
index 8fddc6c6220121c50e3b8c08f097621c16acf9d6..5a5ec6de31f40bbf8c842dd404df6fd7b3c675d8 100644 (file)
@@ -22,7 +22,7 @@ else:
 
 # The ~ in a version is a Debian-style "always less than" marker:
 # https://www.debian.org/doc/debian-policy/ch-controlfields.html#version
-base_version = b'0.33~'
+base_version = b'0.33'
 
 version = base_version
 if version.endswith(b'~'):