From 9d681429a3c78520614be1f4852de8ffb1bfcd8a Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 17 Jul 2014 00:10:58 -0700 Subject: Ditch the special treatment of None --- attoconf/_version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'attoconf/_version.py') diff --git a/attoconf/_version.py b/attoconf/_version.py index 28024a6..18e1fb6 100644 --- a/attoconf/_version.py +++ b/attoconf/_version.py @@ -7,11 +7,11 @@ major = 0 # Incremented for releases with compatible API additions. # This is the number that is usually incremented. -minor = 8 +minor = 9 # Incremented if there is a bugfix release. # Might not be contiguous. -patch = 6 +patch = 0 # Reserved for distributors and forks. # Contains arbitrary text, but no parentheses or newlines. -- cgit v1.2.3-70-g09d2