chore: Bump version to 0.1.7-dev

This commit is contained in:
kgriffs
2013-05-16 16:51:09 -05:00
parent 54b6b7d4e3
commit 97ae57ffee
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
"""
VERSION_TUPLE = (0, 1, 6, '')
VERSION_TUPLE = (0, 1, 7, 'dev')
version = '.'.join(map(str, VERSION_TUPLE[:-1])) + VERSION_TUPLE[-1]
"""Current version of Falcon."""

View File

@@ -1,5 +1,5 @@
[egg_info]
tag_build =
tag_build = dev
[nosetests]
where = falcon/tests