From 832f5061ef6ccf311ac3de3b59fbe62645bde1aa Mon Sep 17 00:00:00 2001 From: saville Date: Tue, 9 Sep 2025 18:31:07 -0600 Subject: [PATCH] Fix version and comment --- .github/workflows/build.yaml | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6b7f950..0542f56 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - # Fetch all history in order to get the commit count for the version in setup.py + # Fetch all history in order to get the commit count for the version fetch-depth: 0 - name: Install uv uses: astral-sh/setup-uv@v6 diff --git a/pyproject.toml b/pyproject.toml index bb404d2..ed18ff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "pydc-control" -version = "1.49" +version = "2" description = "Used to control multiple docker compose projects in a coordinated way." readme = "README.md" license = {text = "MIT"} diff --git a/uv.lock b/uv.lock index 9cafbc9..29cb91f 100644 --- a/uv.lock +++ b/uv.lock @@ -475,7 +475,7 @@ wheels = [ [[package]] name = "pydc-control" -version = "1.49" +version = "2" source = { editable = "." } dependencies = [ { name = "jinja2" },