Skip to content

Commit

Permalink
Bump version: 0.7.2 → 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shidenggui committed Jun 1, 2020
1 parent d2930a0 commit 4d7104c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.2
current_version = 0.7.3
commit = True
files = easyquotation/__init__.py setup.py
tag = True
Expand Down
2 changes: 1 addition & 1 deletion easyquotation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .api import *
from .helpers import get_stock_codes, update_stock_codes

__version__ = "0.7.2"
__version__ = "0.7.3"
__author__ = "shidenggui"
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="easyquotation",
version="0.7.2",
version="0.7.3",
description="A utility for Fetch China Stock Info",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -19,11 +19,7 @@
license="BSD",
url="https://github.com/shidenggui/easyquotation",
keywords="China stock trade",
install_requires=[
"requests",
"six",
"easyutils",
],
install_requires=["requests", "six", "easyutils"],
classifiers=[
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.5",
Expand Down

0 comments on commit 4d7104c

Please sign in to comment.