From a20aa8b7cd7d454fb06999a1f8f28b02e13432be Mon Sep 17 00:00:00 2001 From: gareth Date: Sat, 18 May 2019 00:16:27 +0100 Subject: [PATCH] Bumps version number. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efe9424c..5ed9ae11 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,14 @@ https://scikit-build.readthedocs.io/en/latest/usage.html # manual deployment -pip install --user --upgrade setuptools wheel +pip install --upgrade setuptools wheel python setup.py sdist bdist_wheel pip install --upgrade twine TESTING REPO: twine upload --repository-url https://test.pypi.org/legacy/ dist/* DOWNLOADING FROM TEST REPO: pip install --extra-index-url https://test.pypi.org/simple/ cityseer==0.7.6rc7 OTHERWISE: twine upload dist/* ''' + from setuptools import setup setup (