summaryrefslogtreecommitdiff
path: root/attoconf/_version.py
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-08-05 15:41:04 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-08-05 15:41:04 -0700
commitd7bb91cd264300351e94e37a84b1de45f2312745 (patch)
tree9464fd72647146c2642ab6b493f858afcfe51566 /attoconf/_version.py
parent3a475005ce9f48b6bbf45a18660dbed6c4921269 (diff)
downloadattobuild-d7bb91cd264300351e94e37a84b1de45f2312745.tar.gz
attobuild-d7bb91cd264300351e94e37a84b1de45f2312745.tar.bz2
attobuild-d7bb91cd264300351e94e37a84b1de45f2312745.tar.xz
attobuild-d7bb91cd264300351e94e37a84b1de45f2312745.zip
Add a classy API, and use it to implement all the common options
Diffstat (limited to 'attoconf/_version.py')
-rw-r--r--attoconf/_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/attoconf/_version.py b/attoconf/_version.py
index 8d9820c..1b6e204 100644
--- a/attoconf/_version.py
+++ b/attoconf/_version.py
@@ -7,7 +7,7 @@ major = 0
# Incremented for releases with compatible API additions.
# This is the number that is usually incremented.
-minor = 1
+minor = 2
# Incremented if there is a bugfix release.
# Might not be contiguous.