chore: Bump version to 0.1.0

This commit is contained in:
Kurt Griffiths
2013-01-23 16:02:47 -05:00
parent 23f1b284e2
commit cd75338b7e

View File

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