Skip to content

Commit f48685f

Browse files
committed
Bumped version
1 parent d2c3e66 commit f48685f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

myjdapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .myjdapi import Myjdapi
2-
__version__ = '1.0.3-dev'
2+
__version__ = '1.0.3.dev1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description = f.read()
1212
setup(
1313
name='myjdapi',
14-
version='1.0.3-dev',
14+
version='1.0.3.dev1',
1515
description='Library to use My.Jdownloader API in an easy way.',
1616
long_description=long_description,
1717
url='https://github.com/mmarquezs/My.Jdownloader-API-Python-Library/',

0 commit comments

Comments
 (0)