Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 2, 2024
1 parent 343cf15 commit ead59a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.1](https://github.com/Broomva/vortex/compare/v0.1.0...v0.1.1) (2024-02-02)


### Bug Fixes

* updated poetry ([343cf15](https://github.com/Broomva/vortex/commit/343cf15c68fd8e77900291463e17550da732b85d))

## 0.1.0 (2024-02-02)


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"
version = "0.1.0"
version = "0.1.1"
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 version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit ead59a8

Please sign in to comment.