Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
beaugunderson committed May 14, 2024
1 parent 2e969ee commit 1bbbbbb
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.4"
version = "0.1.5"

[tool.poetry.dependencies]
cookiecutter = "*"
Expand Down Expand Up @@ -93,4 +93,4 @@ norecursedirs = [
"static",
"static-files"
]
python_files = ["*_tests.py", "test_*.py", "tests.py"]
python_files = ["*_tests.py", "test_*.py", "tests.py"]

0 comments on commit 1bbbbbb

Please sign in to comment.