chore: Bump version to 0.1.6-dev

This commit is contained in:
kgriffs
2013-05-16 15:56:30 -05:00
parent 3965484fd8
commit 9349c1123e
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
"""
VERSION_TUPLE = (0, 1, 5, '')
VERSION_TUPLE = (0, 1, 6, '-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