Skip to content

Commit e2fa366

Browse files
bring setup.py up to date
1 parent c07dc0d commit e2fa366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ def run(self):
2222

2323
setup(
2424
name='parse_rest',
25-
version='0.2.20141004',
25+
version='0.2.20170114',
2626
description='A client library for Parse.com\'.s REST API',
27-
url='https://github.com/dgrtwo/ParsePy',
27+
url='https://github.com/milesrichardson/ParsePy',
2828
packages=['parse_rest'],
2929
package_data={"parse_rest": [os.path.join("cloudcode", "*", "*")]},
3030
install_requires=['six'],

0 commit comments

Comments
 (0)