Skip to content

Commit 7a0b360

Browse files
committed
various minor patches
1 parent f6c050f commit 7a0b360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.1.2"
2+
current_version = "0.1.3"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

pyproject.toml

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

55
[project]
66
name = "cursor-utils"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Give your Cursor IDE Agents superpowers."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)