chore: Remove -dev from version string

This commit is contained in:
Kurt Griffiths
2013-02-18 14:15:29 -05:00
parent 2361c2fdfd
commit aaa032bc4d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,2 +1,2 @@
[egg_info]
tag_build = dev
tag_build =