Skip to content

Commit 838a335

Browse files
committed
v1.2.2
1 parent e6d02a9 commit 838a335

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-package-cookiecutter"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -29,7 +29,7 @@ _major_bump = "uv version --bump major"
2929

3030
_add = "git add pyproject.toml uv.lock"
3131
_commit = {shell = "git commit -m v`uv version --short`"}
32-
_tag = {shell = "git tag v`uv version --sort`"}
32+
_tag = {shell = "git tag v`uv version --short`"}
3333
_push = "git push --all"
3434
_push_tags = "git push --tags"
3535

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)