Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aduane committed May 31, 2024
1 parent 77d38f1 commit 3c4aa7e
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
Expand Up @@ -37,7 +37,7 @@ license = "MIT"
name = "canvas"
packages = [{include = "canvas_cli"}, {include = "canvas_sdk"}]
readme = "README.md"
version = "0.1.7"
version = "0.1.10"

[tool.poetry.dependencies]
cookiecutter = "*"
Expand All @@ -48,12 +48,12 @@ keyring = "*"
pydantic = "^2.6.1"
python = ">=3.11,<3.13"
python-dotenv = "^1.0.1"
redis = "^5.0.4"
requests = "*"
restrictedpython = "^7.1"
statsd = "^4.0.1"
typer = {extras = ["all"], version = "*"}
websocket-client = "^1.7.0"
redis = "^5.0.4"

[tool.poetry.group.dev.dependencies]
grpcio-tools = "^1.60.1"
Expand Down

0 comments on commit 3c4aa7e

Please sign in to comment.