Skip to content

Commit ff982db

Browse files
committed
Bump version: 0.8.4 → 0.9.0
1 parent 6fa7c74 commit ff982db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.4
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55
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>.+))?

koapy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Yunseong Hwang"""
44
__email__ = "kika1492@gmail.com"
5-
__version__ = "0.8.4"
5+
__version__ = "0.9.0"
66

77
from typing import TYPE_CHECKING
88

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "koapy"
3-
version = "0.8.4"
3+
version = "0.9.0"
44
description = "Kiwoom Open Api Plus Python"
55
license = "MIT OR Apache-2.0 OR GPL-3.0-or-later"
66
authors = ["Yunseong Hwang <kika1492@gmail.com>"]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@
110110
include_package_data=True,
111111
test_suite="tests",
112112
url="https://github.com/elbakramer/koapy",
113-
version="0.8.4",
113+
version="0.9.0",
114114
zip_safe=False,
115115
)

0 commit comments

Comments
 (0)