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

Commit c31394f

Browse files
committed
bump version number
1 parent 4938f78 commit c31394f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ctapi/ctapi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import requests
1818

1919
__author__ = "tbl42"
20-
__copyright__ = "tbl42 2017"
21-
__version__ = '0.2.0'
20+
__copyright__ = "(C) 2018 https://github.com/tbl42/"
21+
__version__ = '0.3.0'
2222

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

setup.py

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

55
setup(
66
name='python-ctapi',
7-
version='0.2.0',
7+
version='0.3.0',
88
packages=['ctapi'],
99
install_requires=[
1010
'requests==2.18.4',

0 commit comments

Comments
 (0)