diff options
Diffstat (limited to 'attoconf/_version.py')
-rw-r--r-- | attoconf/_version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/attoconf/_version.py b/attoconf/_version.py index 791d3d9..d4930e4 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 = 9 +minor = 10 # Incremented if there is a bugfix release. # Might not be contiguous. -patch = 1 +patch = 0 # Reserved for distributors and forks. # Contains arbitrary text, but no parentheses or newlines. |