Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 3e60d26

Browse files
authoredJan 17, 2018
Merge pull request #50 from objectrocket/release-0.4.9
Release 0.4.9
2 parents 1f5e5a1 + 3966b54 commit 3e60d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import find_packages
55
from setuptools import setup
66

7-
VERSION = ('0', '4', '8')
7+
VERSION = ('0', '4', '9')
88
__version__ = '.'.join(VERSION)
99

1010
with open('README.md') as f:

‎tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ index-servers =
4747
pypitest
4848

4949
[pypi]
50-
repository = https://pypi.python.org/pypi
50+
repository = https://upload.pypi.org/legacy/
5151

5252
[pypitest]
5353
repository = https://testpypi.python.org/pypi

0 commit comments

Comments
 (0)