]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/version.py
Update base_version to 0.34~ for 0.34 development
[bup.git] / lib / bup / version.py
index 5a5ec6de31f40bbf8c842dd404df6fd7b3c675d8..1280af73493278df6c8b681ad5edf34e54ca31d9 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.34~'
 
 version = base_version
 if version.endswith(b'~'):