Skip to content

Commit

Permalink
Merge pull request #9 from ThiagoPanini/v0.0.x
Browse files Browse the repository at this point in the history
Release v0.0.7
  • Loading branch information
ThiagoPanini authored Jan 27, 2024
2 parents 4b041a5 + fc20b8b commit c3fbba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pynvest/scrappers/fundamentus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand All @@ -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",
Expand Down

0 comments on commit c3fbba3

Please sign in to comment.