Add Poloniex error handling and upgrade to version 0.1.1

This commit is contained in:
AuroraTradingTeam
2017-11-12 20:15:53 +00:00
parent 2a10783f1f
commit c6096a9a6d
5 changed files with 13 additions and 13 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
"""The setup script."""
from setuptools import setup, find_packages
from libcryptomarket import __version__
with open('README.md') as readme_file:
readme = readme_file.read()
@@ -28,7 +29,7 @@ test_requirements = [
setup(
name='libcryptomarket',
version='0.1.0',
version=__version__,
description="Library for cryptocurrency market information.",
long_description=readme + '\n\n' + history,
author="Gavin Chan",