Skip to content

Commit

Permalink
Contract updates (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
volod-vana authored Nov 30, 2024
1 parent 69715f6 commit 6fe6fcd
Show file tree
Hide file tree
Showing 5 changed files with 532 additions and 163 deletions.
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 = "vana"
version = "0.30.0"
version = "0.31.0"
description = ""
authors = ["Tim Nunamaker <[email protected]>", "Volodymyr Isai <[email protected]>", "Kahtaf Alam <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion vana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

__version__ = "0.30.0"
__version__ = "0.31.0"

import rich

Expand Down
Loading

0 comments on commit 6fe6fcd

Please sign in to comment.