diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-17 11:49:24 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-17 11:50:04 -0700 |
commit | d33fcf6cc7380633329fdaf2e7f7543bbdd2490e (patch) | |
tree | a93784103a38b10e72abedff927c6951288885d6 /attoconf/_version.py | |
parent | 9d681429a3c78520614be1f4852de8ffb1bfcd8a (diff) | |
download | attobuild-d33fcf6cc7380633329fdaf2e7f7543bbdd2490e.tar.gz attobuild-d33fcf6cc7380633329fdaf2e7f7543bbdd2490e.tar.bz2 attobuild-d33fcf6cc7380633329fdaf2e7f7543bbdd2490e.tar.xz attobuild-d33fcf6cc7380633329fdaf2e7f7543bbdd2490e.zip |
Use a metaclass instead of @add_slots
Diffstat (limited to 'attoconf/_version.py')
-rw-r--r-- | attoconf/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attoconf/_version.py b/attoconf/_version.py index 18e1fb6..791d3d9 100644 --- a/attoconf/_version.py +++ b/attoconf/_version.py @@ -11,7 +11,7 @@ minor = 9 # Incremented if there is a bugfix release. # Might not be contiguous. -patch = 0 +patch = 1 # Reserved for distributors and forks. # Contains arbitrary text, but no parentheses or newlines. |