diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb2db0..7fe15f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/Broomva/vortex-python/compare/v0.1.1...v0.1.2) (2024-02-02) + + +### Bug Fixes + +* updated package name to vortex-python ([d670be1](https://github.com/Broomva/vortex-python/commit/d670be1884b301bf056b23db0a6289133e6c78a6)) + ## [0.1.1](https://github.com/Broomva/vortex/compare/v0.1.0...v0.1.1) (2024-02-02) diff --git a/pyproject.toml b/pyproject.toml index 7763d32..e18f981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vortex" -version = "0.1.1" +version = "0.1.2" description = "Orchestrated LLM-powered Data Processing and SQL Chat Agent" authors = ["Carlos D. Escobar-Valbuena "] license = "MIT" diff --git a/version.py b/version.py index 485f44a..b3f4756 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"