diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-29 18:33:15 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-29 18:33:44 -0700 |
commit | a335010cbe43a661a36437e7653ce5620dd01350 (patch) | |
tree | 9d9fb1f37bea9c0541302924a57352efa640a4ed /attoconf/_version.py | |
parent | 9486d72bcdeaf39156137b24025911407d8a72f8 (diff) | |
download | attobuild-a335010cbe43a661a36437e7653ce5620dd01350.tar.gz attobuild-a335010cbe43a661a36437e7653ce5620dd01350.tar.bz2 attobuild-a335010cbe43a661a36437e7653ce5620dd01350.tar.xz attobuild-a335010cbe43a661a36437e7653ce5620dd01350.zip |
Clean up config.status during tests
This should probably be handled some better way.
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 75812fd..001d223 100644 --- a/attoconf/_version.py +++ b/attoconf/_version.py @@ -11,7 +11,7 @@ minor = 8 # Incremented if there is a bugfix release. # Might not be contiguous. -patch = 2 +patch = 3 # Reserved for distributors and forks. # Contains arbitrary text, but no parentheses or newlines. |