chore: Bumped version to 0.1.4-dev

This commit is contained in:
kgriffs
2013-04-04 09:54:43 -04:00
parent f6b15cd9f5
commit 4d33abd2aa

View File

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