chore: Bump version to 0.1.1

This commit is contained in:
Kurt Griffiths
2013-02-11 18:15:44 -05:00
parent f87fb75c37
commit c45ff9ef62
2 changed files with 6 additions and 1 deletions

View File

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

5
publish.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
python setup.py bdist_egg upload
python setup.py sdist upload