Skip to content

Commit

Permalink
Bump version: 0.8.3 → 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bopo committed Dec 4, 2021
1 parent cfd7cc5 commit c867c6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mootdx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from mootdx.server import Server
from mootdx.utils import get_config_path

__version__ = '0.8.3'
__version__ = '0.8.4'
__author__ = 'bopo.wang<[email protected]>'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.3
current_version = 0.8.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def parse_requirements(filename):

setup(
name='mootdx',
version='0.8.3',
version='0.8.4',
description='通达信数据读取接口.',
long_description=readme,
author='bopo.wang',
Expand Down

0 comments on commit c867c6e

Please sign in to comment.