diff --git a/setup.py b/setup.py index ba192f5..063f279 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages from setuptools import setup -VERSION = ('0', '4', '8') +VERSION = ('0', '4', '9') __version__ = '.'.join(VERSION) with open('README.md') as f: diff --git a/tox.ini b/tox.ini index 430cfff..000fc35 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,7 @@ index-servers = pypitest [pypi] -repository = https://pypi.python.org/pypi +repository = https://upload.pypi.org/legacy/ [pypitest] repository = https://testpypi.python.org/pypi