chore: Bump version to 0.1.8-dev

This commit is contained in:
kgriffs
2013-10-07 12:36:26 -05:00
parent b71d3a4577
commit 8a712b7d79
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
"""
VERSION_TUPLE = (0, 1, 7)
VERSION_TUPLE = (0, 1, 8, 'dev1')
__version__ = '.'.join(map(str, VERSION_TUPLE))
"""Current version of Falcon."""

View File

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