From 3966b54f131b6407fdb5774818af65a8ba1589eb Mon Sep 17 00:00:00 2001 From: naemono Date: Tue, 16 Jan 2018 19:35:36 -0600 Subject: [PATCH] Release 0.4.9 Adjusting pypi url per recommendation --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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