chore: Bump version to 0.1.1
This commit is contained in:
@@ -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]
|
version = '.'.join(map(str, VERSION_TUPLE[:-1])) + VERSION_TUPLE[-1]
|
||||||
"""Current version of Falcon."""
|
"""Current version of Falcon."""
|
||||||
|
|||||||
5
publish.sh
Executable file
5
publish.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
python setup.py bdist_egg upload
|
||||||
|
python setup.py sdist upload
|
||||||
|
|
||||||
Reference in New Issue
Block a user