Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit dc3ca3c

Browse files
committed
bump version
1 parent 19e1601 commit dc3ca3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ctapi/ctapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
__author__ = "tbl42"
2020
__copyright__ = "tbl42 2017"
21-
__version__ = '0.1.0-dev'
21+
__version__ = '0.2.0'
2222

2323
# set logging
2424
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='python-ctapi',
7-
version='0.1.0-dev',
7+
version='0.2.0',
88
packages=find_packages('ctapi'),
99
install_requires=[
1010
'requests==2.18.4',
@@ -29,7 +29,7 @@
2929
'Programming Language :: Python :: 3.5',
3030
'Programming Language :: Python :: 3.6',
3131
'Operating System :: OS Independent',
32-
'Development Status :: 3 - Alpha',
32+
'License :: OSI Approved :: MIT License',
3333
'Intended Audience :: Developers',
3434
'Topic :: Office/Business :: Financial',
3535
]

0 commit comments

Comments
 (0)