Skip to content

Commit 63bb027

Browse files
committed
Version 0.13.0
1 parent b02fe26 commit 63bb027

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
asyncio
2-
aiohttp
1+
aiohttp>=0.19.0
32
pylibscrypt
43
libnacl
54
base58

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def is_exe(fpath):
3737
dependency_links.append(match.group('link'))
3838
else:
3939
install_requires.append(requirement)
40-
40+
4141
setup(
4242
name='ucoinpy',
4343

@@ -64,7 +64,7 @@ def is_exe(fpath):
6464
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
6565
"Natural Language :: French",
6666
"Operating System :: OS Independent",
67-
"Programming Language :: Python :: 3.4",
67+
"Programming Language :: Python :: 3.5",
6868
"Topic :: Communications",
6969
],
7070
install_requires=install_requires,

ucoinpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
MANAGED_API=["BASIC_MERKLED_API"]
2222

2323
__author__ = 'Caner Candan & inso'
24-
__version__ = '0.12.2'
24+
__version__ = '0.13.0'
2525
__nonsense__ = 'uCoin'
2626

2727
from . import api, documents, key

0 commit comments

Comments
 (0)