Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Aug 18, 2020
1 parent cc680aa commit 4b28bbc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Tianning Li'

# The full version, including alpha/beta/rc tags
release = '0.6'
release = '0.6.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/forex.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def performance(self, change='percent'):

def chart(self, forex, timeframe='D'):
"""Get forex chart.
Args:
forex (str): foreign exchange name
timeframe (str): choice of timeframe(5M, H, D, W, M)
Expand Down
1 change: 1 addition & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Date | Version | Comment |
| ------------- | ------------- | ------------- |
| 2020/08/13 | 0.6.1 | Fix PyPi package error |
| 2020/08/13 | 0.6 | Add earning module |
| 2020/08/13 | 0.5.1 | Fix bug in group folder |
| 2020/08/13 | 0.5 | Update Quote module and add compare function to screener |
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

HERE = pathlib.Path(__file__).parent

VERSION = '0.6'
VERSION = '0.6.1'
PACKAGE_NAME = 'finvizfinance'
AUTHOR = 'Tianning Li'
AUTHOR_EMAIL = '[email protected]'
Expand All @@ -19,8 +19,7 @@
'datetime',
'requests',
'bs4',
'lxml',
'os'
'lxml'
]
CLASSIFIERS = [
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit 4b28bbc

Please sign in to comment.