Skip to content

Commit 327be31

Browse files
committed
Bump version to 0.1.7 and update pyproject.toml
- Also update lock file
1 parent 3de9b37 commit 327be31

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llamacpp"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Python bindings for @ggerganov's llama.cpp"
55
authors = ["Thomas Antony <[email protected]>"]
66
license = "MIT"
@@ -10,7 +10,7 @@ repository = "https://github.com/thomasantony/llamacpp-python"
1010
packages = [{ include = "llamacpp", from = "." }]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.6"
13+
python = "^3.7"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
# Require torch and sentencepiece for running the convert script

0 commit comments

Comments
 (0)