From 8709c2dce3167c025fe63b9dfc040c366618bca7 Mon Sep 17 00:00:00 2001 From: Alexsander Lopes Camargos Date: Wed, 14 Feb 2024 09:47:41 -0300 Subject: [PATCH] config: update module version (still alpha) --- fundamentus/_version.py | 2 +- fundamentus/drivers/html_collector.py | 2 +- fundamentus/stages/transformation/transform_raw_information.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fundamentus/_version.py b/fundamentus/_version.py index d620421..7e24835 100644 --- a/fundamentus/_version.py +++ b/fundamentus/_version.py @@ -30,6 +30,6 @@ # Package version. MAJOR = 0 MINOR = 0 -MICRO = 7 +MICRO = 8 __version__ = f'{MAJOR}.{MINOR}.{MICRO}' diff --git a/fundamentus/drivers/html_collector.py b/fundamentus/drivers/html_collector.py index dc0b971..2b1bfc3 100644 --- a/fundamentus/drivers/html_collector.py +++ b/fundamentus/drivers/html_collector.py @@ -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 diff --git a/fundamentus/stages/transformation/transform_raw_information.py b/fundamentus/stages/transformation/transform_raw_information.py index 2d5d857..72aae3e 100644 --- a/fundamentus/stages/transformation/transform_raw_information.py +++ b/fundamentus/stages/transformation/transform_raw_information.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 7abba39..602901c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"