Skip to content

Commit

Permalink
config: update module version (still alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcamargos committed Feb 14, 2024
1 parent 6c16344 commit 8709c2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fundamentus/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
# Package version.
MAJOR = 0
MINOR = 0
MICRO = 7
MICRO = 8

__version__ = f'{MAJOR}.{MINOR}.{MICRO}'
2 changes: 1 addition & 1 deletion fundamentus/drivers/html_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# ------------------------------------------------------------------------------
# Name: http_requester.py
# Version: 0.0.10
# Version: 0.1.0
#
# Summary: Python Fundamentus
# Python Fundamentus is a Python API that allows you to quickly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# ------------------------------------------------------------------------------
# Name: transform_raw_information.py
# Version: 0.0.10
# Version: 0.1.0
#
# Summary: Python Fundamentus
# Python Fundamentus is a Python API that allows you to quickly
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyfundamentus"
version = "0.0.7a"
version = "0.0.8"
description = "Python Fundamentus is a Python API that allows you to quickly access the main fundamental indicators of the main stocks in the Brazilian market."
authors = ["Alexsander Lopes Camargos <alexcamargos@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 8709c2d

Please sign in to comment.