Skip to content

Commit 3f0b179

Browse files
authored
Merge pull request #22 from bluesliverx/main
Fix version and comment
2 parents 3c6043a + 832f506 commit 3f0b179

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v2
4444
with:
45-
# Fetch all history in order to get the commit count for the version in setup.py
45+
# Fetch all history in order to get the commit count for the version
4646
fetch-depth: 0
4747
- name: Install uv
4848
uses: astral-sh/setup-uv@v6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "pydc-control"
7-
version = "1.49"
7+
version = "2"
88
description = "Used to control multiple docker compose projects in a coordinated way."
99
readme = "README.md"
1010
license = {text = "MIT"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)