Skip to content

Commit b37b694

Browse files
committed
Bump version: 0.1.4 → 0.1.5
1 parent 4f30f7d commit b37b694

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4"
2+
current_version = "0.1.5"
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.4"
7+
version = "0.1.5"
88
description = "Give your Cursor IDE Agents superpowers."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/cursor_utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
This file is read by the build system to determine the version of the package.
55
"""
66

7-
__version__ = "0.1.4"
7+
__version__ = "0.1.5"

0 commit comments

Comments
 (0)