Skip to content

Commit

Permalink
bump: version 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyager committed Sep 11, 2023
1 parent 0a20e72 commit 5141e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "llama-cpp-guidance"
version = "0.1.1"
version = "0.1.2"
description = "A guidance compatibility layer for llama-cpp-python"
authors = ["Nicholas Yager <yager@nicholasyager.com>"]
readme = "README.md"
packages = [{ include = "llama_cpp_guidance" }]

[tool.commitizen]
version = "0.1.1"
version = "0.1.2"
version_files = ["pyproject.toml:^version"]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 5141e50

Please sign in to comment.