]> arthur.ath.cx Git - bup.git/blobdiff - lib/bup/version.py
Update base_version to 0.33~ for 0.33 development
[bup.git] / lib / bup / version.py
index f37f2fc211a4c0a354010555b5367b5e3d566c7d..8fddc6c6220121c50e3b8c08f097621c16acf9d6 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.32'
+base_version = b'0.33~'
 
 version = base_version
 if version.endswith(b'~'):