Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleibros authored May 15, 2023
1 parent 74dbd5e commit b8ad7f3
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,11 +1,11 @@
[tool.poetry]
name = "opengpt4"
version = "0.1.6"
version = "0.1.7"
description = ""
authors = []
license = "GPL-3.0"
readme = "README.md"
packages = [{ include = "opengpt"}, { include = "libraries"}]
packages = [{ include = "opengpt"}]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit b8ad7f3

Please sign in to comment.