Skip to content

Commit

Permalink
Bump to v0.2.6 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwgoldman committed Mar 28, 2024
1 parent f15e5c5 commit e77d8c0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demo_plugin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "demo_plugin"
version = "0.2.5"
version = "0.2.6"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plugins/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "newhelm-huggingface"
version = "0.2.5"
version = "0.2.6"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "newhelm-openai"
version = "0.2.5"
version = "0.2.6"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plugins/perspective_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "perspective_api"
version = "0.2.5"
version = "0.2.6"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion plugins/standard_tests/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "standard_tests"
version = "0.2.5"
version = "0.2.6"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions plugins/together/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "newhelm-together"
version = "0.2.5"
version = "0.2.6"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "newhelm"}]

[tool.poetry.dependencies]
python = "^3.10"
together = "^0.2.5"
together = "^0.2.6"
types-requests = "^2.31.0.20240125"


Expand Down
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 = "newhelm"
version = "0.2.5"
version = "0.2.6"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
Expand Down

0 comments on commit e77d8c0

Please sign in to comment.