chore: Remove 'dev' tag from 0.1.5

This commit is contained in:
kgriffs
2013-05-16 10:56:40 -05:00
parent 7cb05ded5c
commit f2654c4a63
2 changed files with 2 additions and 2 deletions

View File

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

View File

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