chore: Configure 1.1.0b1

This commit is contained in:
Kurt Griffiths
2016-09-23 12:15:37 -06:00
parent ac4a659c61
commit 88daf0beeb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[egg_info]
tag_build = dev
tag_build = b1
[wheel]
universal = 1

View File

@@ -77,7 +77,7 @@ pyenv uninstall -f $VENV_NAME
#----------------------------------------------------------------------
_echo_task "Building source distribution"
_open_env 2.7.11
_open_env 2.7.12
python setup.py sdist -d $DIST_DIR
@@ -88,7 +88,7 @@ _close_env
#----------------------------------------------------------------------
_echo_task "Building universal wheel"
_open_env 2.7.11
_open_env 2.7.12
python setup.py bdist_wheel -d $DIST_DIR