Skip to content

Commit d2c3e66

Browse files
committed
Fixed url in setup
1 parent e32529f commit d2c3e66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
upload:
22
rm -rf build dist myjdapi.egg-info
3-
python setup.py bdist_wheel --universal
3+
python3 setup.py bdist_wheel --universal
44
twine upload dist/*

myjdapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .myjdapi import Myjdapi
2-
__version__ = '1.0.2'
2+
__version__ = '1.0.3-dev'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
long_description = f.read()
1212
setup(
1313
name='myjdapi',
14-
version='1.0.2',
14+
version='1.0.3-dev',
1515
description='Library to use My.Jdownloader API in an easy way.',
1616
long_description=long_description,
17-
url='https://github.com/mmarquezs/libgen-python-api/',
17+
url='https://github.com/mmarquezs/My.Jdownloader-API-Python-Library/',
1818
author='Marc Marquez Santamaria',
1919
author_email='[email protected]',
2020
license='MIT',

0 commit comments

Comments
 (0)