From d6e720e790df86544d23e278f245d4eefd113106 Mon Sep 17 00:00:00 2001 From: jahwag <540380+jahwag@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:26:06 +0200 Subject: [PATCH] Prepare release 0.3.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18e2ec4..5a5dc4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "jahziah.wagner+pypi@gmail.com"}, ] @@ -43,4 +43,4 @@ include = ["claudesync*"] [tool.pytest.ini_options] testpaths = ["tests"] python_files = "test_*.py" -addopts = "-v --cov=claudesync --cov-report=term-missing" \ No newline at end of file +addopts = "-v --cov=claudesync --cov-report=term-missing"