Skip to content

Commit c802f70

Browse files
committed
change in versioning
1 parent 2ed1225 commit c802f70

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="cryptomarket",
21-
version="0.0.5",
21+
version="1.0.0",
2222
packages=setuptools.find_packages(),
2323
include_package_data=True,
2424
description="CryptoMarket API client library",
@@ -31,9 +31,11 @@
3131
author_email="[email protected]",
3232
classifiers=(
3333
"Intended Audience :: Developers",
34-
"Programming Language :: Python :: 2",
3534
"Programming Language :: Python :: 3",
36-
"Programming Language :: Python",
35+
"Programming Language :: Python :: 3.4",
36+
"Programming Language :: Python :: 3.5",
37+
"Programming Language :: Python :: 3.6",
38+
"Programming Language :: Python :: 3.7",
3739
"License :: OSI Approved :: MIT License",
3840
"Operating System :: OS Independent",
3941
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)