File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.1.5 "
2+ current_version = " 0.1.4 "
33parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
44serialize = [" {major}.{minor}.{patch}" ]
55search = " {current_version}"
Original file line number Diff line number Diff line change 3232 - name : Install dependencies
3333 run : |
3434 pip install --upgrade pip
35- pip install --upgrade bump-my-version
35+ pip install --upgrade bump-my-version hatch twine
3636
3737 - name : Configure Git
3838 run : |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " cursor-utils"
7- version = " 0.1.5 "
7+ version = " 0.1.4 "
88description = " Give your Cursor IDE Agents superpowers."
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 44This file is read by the build system to determine the version of the package.
55"""
66
7- __version__ = "0.1.5 "
7+ __version__ = "0.1.4 "
You can’t perform that action at this time.
0 commit comments