We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c050f commit 7a0b360Copy full SHA for 7a0b360
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.1.2"
+current_version = "0.1.3"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4
serialize = ["{major}.{minor}.{patch}"]
5
search = "{current_version}"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
6
name = "cursor-utils"
7
-version = "0.1.2"
+version = "0.1.3"
8
description = "Give your Cursor IDE Agents superpowers."
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments