Skip to content

Commit

Permalink
Prepare release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jahwag authored Jul 21, 2024
1 parent 43f7eda commit d6e720e
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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "claudesync"
version = "0.3.2"
version = "0.3.3"
authors = [
{name = "Jahziah Wagner", email = "[email protected]"},
]
Expand Down Expand Up @@ -43,4 +43,4 @@ include = ["claudesync*"]
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = "test_*.py"
addopts = "-v --cov=claudesync --cov-report=term-missing"
addopts = "-v --cov=claudesync --cov-report=term-missing"

0 comments on commit d6e720e

Please sign in to comment.