Skip to content

Commit

Permalink
Update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
breadum committed Dec 19, 2023
1 parent bcedde1 commit 4d31fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ Release History of Distribution
1.3.1 Resolve a conflict caused by versioning in pypi. Skip version 1.3.0.
1.3.2 Add type hint to Server class for linting.
1.3.3 Add an error code -211, '계좌조회과부하'.
1.3.4 Add a direct access to Bot methods from Server instance.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Project Information
VERSION = "1.3.3"
VERSION = "1.3.4"
DISTNAME = "kiwoom"
DESCRIPTION = "Simple Python Wrapper for Kiwoom Open API+"
LONG_DESCRIPTION = open("README.md", encoding="utf-8").read()
Expand Down Expand Up @@ -46,7 +46,8 @@
def setup_package():
kwargs = {
"install_requires": [
'PyQt5 >= 5.12'
'tabulate >= 0.9.0',
'PyQt5 >= 5.15.9'
],
"setup_requires": [],
'zip_safe': False
Expand Down

0 comments on commit 4d31fe9

Please sign in to comment.