Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Jun 10, 2023
1 parent e3542b6 commit 6b764ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.61]

### Fixed

- Fix broken pip installation

## [0.1.60]

### NOTE
Expand Down
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llama_cpp_python"
version = "0.1.60"
version = "0.1.61"
description = "Python bindings for the llama.cpp library"
authors = ["Andrei Betlen <[email protected]>"]
license = "MIT"
Expand All @@ -12,12 +12,6 @@ include = [
"LICENSE.md",
]

[tool.poetry]
name = "llama_cpp_python"
version = "0.1.60"
description = "Python bindings for the llama.cpp library"
authors = ["Andrei Betlen <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.8.1"
typing-extensions = "^4.6.3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description="A Python wrapper for llama.cpp",
long_description=long_description,
long_description_content_type="text/markdown",
version="0.1.59",
version="0.1.61",
author="Andrei Betlen",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 6b764ca

Please sign in to comment.