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 4f30f7d commit b37b694Copy full SHA for b37b694
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.1.4"
+current_version = "0.1.5"
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.4"
+version = "0.1.5"
8
description = "Give your Cursor IDE Agents superpowers."
9
readme = "README.md"
10
requires-python = ">=3.10"
src/cursor_utils/version.py
@@ -4,4 +4,4 @@
This file is read by the build system to determine the version of the package.
"""
-__version__ = "0.1.4"
+__version__ = "0.1.5"
0 commit comments