Skip to content

Commit

Permalink
config: update module version to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcamargos committed Oct 11, 2024
1 parent 1b09570 commit cf4feff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = 10
MICRO = 11

__version__ = f'{MAJOR}.{MINOR}.{MICRO}'
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.10"
version = "0.0.11"
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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cf4feff

Please sign in to comment.