diff --git a/pynvest/scrappers/fundamentus.py b/pynvest/scrappers/fundamentus.py index f56ce70..fded925 100644 --- a/pynvest/scrappers/fundamentus.py +++ b/pynvest/scrappers/fundamentus.py @@ -58,7 +58,7 @@ "Últ balanço processado": "dt_ult_balanco_proc", "Nro. Ações": "num_acoes", "Dia": "pct_var_dia", - "Mês": "pct_var_mês", + "Mês": "pct_var_mes", "30 dias": "pct_var_30d", "12 meses": "pct_var_12m", "2023": "pct_var_2023", diff --git a/setup.py b/setup.py index 7e5ec76..27f0556 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ # Setting up package information setup( name='pynvest', - version='0.0.6', + version='0.0.7', author='Thiago Panini', author_email='panini.development@gmail.com', packages=find_packages(), @@ -33,12 +33,11 @@ zip_safe=False, classifiers=[ "Programming Language :: Python :: 3", - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Natural Language :: Portuguese (Brazilian)", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",