summaryrefslogtreecommitdiff
path: root/attoconf/_version.py
diff options
context:
space:
mode:
Diffstat (limited to 'attoconf/_version.py')
-rw-r--r--attoconf/_version.py4
1 files changed, 2 insertions, 2 deletions
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.