Skip to content

Commit

Permalink
Merge pull request #8 from Broomva/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--release-please-action

chore(main): release 0.1.6
  • Loading branch information
broomva authored Feb 3, 2024
2 parents 7acad1c + c33acaf commit c80b119
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.6](https://github.com/Broomva/vortex/compare/v0.1.5...v0.1.6) (2024-02-03)


### Bug Fixes

* added baseline FE ([6ae963e](https://github.com/Broomva/vortex/commit/6ae963e1e707aaf90c2cc84873229fe196bd2c87))

## [0.1.5](https://github.com/Broomva/vortex/compare/v0.1.4...v0.1.5) (2024-02-03)


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 = "vortex-python"
version = "0.1.5"
version = "0.1.6"
description = "Orchestrated LLM-powered Data Processing and SQL Chat Agent"
authors = ["Carlos D. Escobar-Valbuena <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setuptools.setup(
name="vortex-python",
version="0.1.5",
version="0.1.6",
packages=find_packages(exclude=["vortex_tests"]),
author="Carlos D. Escobar-Valbuena",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5"
__version__ = "0.1.6"

0 comments on commit c80b119

Please sign in to comment.