Skip to content

Commit 654c70a

Browse files
committed
Use new pypi url, closes #4
1 parent e812bbf commit 654c70a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

updatable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_pypi_package_data(package_name, version=None):
7272
:param version: string
7373
:return: dict
7474
"""
75-
pypi_url = 'https://pypi.python.org/pypi'
75+
pypi_url = 'https://pypi.org/pypi'
7676

7777
if version:
7878
package_url = '%s/%s/%s/json' % (pypi_url, package_name, version, )

updatable/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.3.0"
2+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)