Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elbakramer committed Mar 23, 2022
1 parent 1795cdf commit 20c8097
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.8.1
commit = True
tag = True
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>.+))?
Expand Down
2 changes: 1 addition & 1 deletion koapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Yunseong Hwang"""
__email__ = "[email protected]"
__version__ = "0.8.0"
__version__ = "0.8.1"

from typing import TYPE_CHECKING

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "koapy"
version = "0.8.0"
version = "0.8.1"
description = "Kiwoom Open Api Plus Python"
license = "MIT OR Apache-2.0 OR GPL-3.0-or-later"
authors = ["Yunseong Hwang <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@
include_package_data=True,
test_suite="tests",
url="https://github.com/elbakramer/koapy",
version="0.8.0",
version="0.8.1",
zip_safe=False,
)

0 comments on commit 20c8097

Please sign in to comment.