We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376c10a commit dbb1665Copy full SHA for dbb1665
.bumpversion.cfg
@@ -1,7 +1,6 @@
1
[bumpversion]
2
-current_version = 0.22.0
+current_version = 0.23.0
3
commit = True
4
files = easytrader/__init__.py setup.py
5
tag = True
6
tag_name = {new_version}
7
-
easytrader/__init__.py
@@ -7,5 +7,5 @@
8
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
9
10
-__version__ = "0.22.0"
+__version__ = "0.23.0"
11
__author__ = "shidenggui"
setup.py
@@ -77,7 +77,7 @@
77
78
setup(
79
name="easytrader",
80
- version="0.22.0",
+ version="0.23.0",
81
description="A utility for China Stock Trade",
82
long_description=long_desc,
83
author="shidenggui",
0 commit comments