Commit ff982db 1 parent 6fa7c74 commit ff982db Copy full SHA for ff982db
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.8.4
2
+ current_version = 0.9.0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)(\.(?P<minor>\d+))?(\.(?P<patch>\d+))?((?P<cycle>(a|b|rc))(?P<pre>\d+))?(\.post(?P<post>\d+))?(\.dev(?P<dev>\d+))?(\+(?P<local>.+))?
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Yunseong Hwang"""
4
4
__email__ = "kika1492@gmail.com"
5
- __version__ = "0.8.4 "
5
+ __version__ = "0.9.0 "
6
6
7
7
from typing import TYPE_CHECKING
8
8
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " koapy"
3
- version = " 0.8.4 "
3
+ version = " 0.9.0 "
4
4
description = " Kiwoom Open Api Plus Python"
5
5
license = " MIT OR Apache-2.0 OR GPL-3.0-or-later"
6
6
authors = [" Yunseong Hwang <kika1492@gmail.com>" ]
Original file line number Diff line number Diff line change 110
110
include_package_data = True ,
111
111
test_suite = "tests" ,
112
112
url = "https://github.com/elbakramer/koapy" ,
113
- version = "0.8.4 " ,
113
+ version = "0.9.0 " ,
114
114
zip_safe = False ,
115
115
)
You can’t perform that action at this time.
0 commit comments