Skip to content

Commit

Permalink
chore(main): release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 4, 2024
1 parent f7deb8b commit 7d9d04c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.2](https://github.com/Broomva/vortex/compare/v0.2.1...v0.2.2) (2024-03-04)


### Bug Fixes

* added vercel config file ([821ac7a](https://github.com/Broomva/vortex/commit/821ac7a897e3590641b5880a0389db63e25cb550))
* corrected links ([5ce2c38](https://github.com/Broomva/vortex/commit/5ce2c384ef909aa1b5d2b190ab41f3cb7afe7ed7))
* removed vercel.json file ([f7deb8b](https://github.com/Broomva/vortex/commit/f7deb8b9d7825936a740a788f1ae1b7f4a7cf9a4))
* updated twilio number ([4fe0f00](https://github.com/Broomva/vortex/commit/4fe0f00db7c8e67294276cf46c0d47f06c3c484e))

## [0.2.1](https://github.com/Broomva/vortex/compare/v0.2.0...v0.2.1) (2024-02-09)


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.2.1"
version = "0.2.2"
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.2.1",
version="0.2.2",
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.2.1"
__version__ = "0.2.2"

0 comments on commit 7d9d04c

Please sign in to comment.