Skip to content

Commit

Permalink
Bump version: 0.22.0 → 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shidenggui committed Mar 14, 2021
1 parent 376c10a commit dbb1665
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[bumpversion]
current_version = 0.22.0
current_version = 0.23.0
commit = True
files = easytrader/__init__.py setup.py
tag = True
tag_name = {new_version}

2 changes: 1 addition & 1 deletion easytrader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

__version__ = "0.22.0"
__version__ = "0.23.0"
__author__ = "shidenggui"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

setup(
name="easytrader",
version="0.22.0",
version="0.23.0",
description="A utility for China Stock Trade",
long_description=long_desc,
author="shidenggui",
Expand Down

0 comments on commit dbb1665

Please sign in to comment.