Skip to content

Commit

Permalink
Update Version 1.1.6.11
Browse files Browse the repository at this point in the history
Update Version 1.1.6.11
  • Loading branch information
uJhin authored Jan 10, 2021
1 parent e2511e9 commit 076e23c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/python/setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from setuptools import setup
from setuptools import find_packages

long_description = '''Upbit OPEN API Client
@Author: ujhin
@GitHub Page: https://github.com/uJhin/upbit-client
@Official Documents: https://ujhin.github.io/upbit-client-docs
long_description = '''Upbit OPEN API Client\n
@Author: ujhin\n
@GitHub: https://github.com/uJhin/upbit-client\n
@Official Documents: https://ujhin.github.io/upbit-client-docs\n
'''

setup(
name='upbit_client',
version='1.1.6.10',
version='1.1.6.11',
packages=find_packages(),
install_requires=[
'bravado>=11.0.2',
Expand Down

0 comments on commit 076e23c

Please sign in to comment.