Skip to content

Commit dbb1665

Browse files
committed
Bump version: 0.22.0 → 0.23.0
1 parent 376c10a commit dbb1665

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[bumpversion]
2-
current_version = 0.22.0
2+
current_version = 0.23.0
33
commit = True
44
files = easytrader/__init__.py setup.py
55
tag = True
66
tag_name = {new_version}
7-

easytrader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
99

10-
__version__ = "0.22.0"
10+
__version__ = "0.23.0"
1111
__author__ = "shidenggui"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
setup(
7979
name="easytrader",
80-
version="0.22.0",
80+
version="0.23.0",
8181
description="A utility for China Stock Trade",
8282
long_description=long_desc,
8383
author="shidenggui",

0 commit comments

Comments
 (0)