Skip to content

Commit

Permalink
bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-pieces committed Feb 12, 2024
1 parent 6a66ff4 commit a8c2485
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pieces"
version = "0.0.6"
version = "0.0.7"
description = "" # Add your description here
authors = ["Pieces <development@pieces.app>"] # Add your name and email

Expand All @@ -16,12 +16,12 @@
typing-extensions = "4.9.0"
urllib3 = ">=2.2.0,<3.0.0"
websocket-client = "1.7.0"
pieces_os_client = "1.2.6"
pieces_os_client = "1.2.7"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
pyinstaller = "^6.3.0"
pieces_os_client = {path = "../pieces-os-client-sdk-for-python/dist/pieces_os_client-1.2.6-py3-none-any.whl"}
pieces_os_client = {path = "../pieces-os-client-sdk-for-python/dist/pieces_os_client-1.2.7-py3-none-any.whl"}

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit a8c2485

Please sign in to comment.