File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121author = 'Alvaro Bartolome del Canto'
2222
2323# The full version, including alpha/beta/rc tags
24- release = '1.0.7 '
24+ release = '1.0.8 '
2525
2626
2727# -- General configuration ---------------------------------------------------
8282# further. For a list of options available for each theme, see the
8383# documentation.
8484html_theme_options = {
85- "announcement" : "<em>investpy v1.0.7 has just been released! 🔥</em>" ,
85+ "announcement" : "<em>investpy v1.0.8 has just been released! 🔥</em>" ,
8686}
8787
8888# Add any paths that contain custom static files (such as style sheets) here,
Original file line number Diff line number Diff line change 22# See LICENSE for details.
33
44__author__ = "Alvaro Bartolome @ alvarobartt in GitHub"
5- __version__ = "1.0.7 "
5+ __version__ = "1.0.8 "
66
77from .bonds import (
88 get_bond_countries ,
Original file line number Diff line number Diff line change 11sphinx==3.4.3
22recommonmark==0.7.1
33furo==2021.4.11b34
4- investpy==1.0.7
4+ investpy==1.0.8
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ def requirements(filename):
2020
2121setup (
2222 name = 'investpy' ,
23- version = '1.0.7 ' ,
23+ version = '1.0.8 ' ,
2424 packages = find_packages (),
2525 url = 'https://investpy.readthedocs.io/' ,
26- download_url = 'https://github.com/alvarobartt/investpy/archive/1.0.7 .tar.gz' ,
26+ download_url = 'https://github.com/alvarobartt/investpy/archive/1.0.8 .tar.gz' ,
2727 license = 'MIT License' ,
2828 author = 'Alvaro Bartolome' ,
2929
You can’t perform that action at this time.
0 commit comments