Skip to content

Commit a689f34

Browse files
authored
bump version should follow tags (#47)
* bump version should follow tags, fixes #46 * bump version to 0.2.4
1 parent ae3ac0c commit a689f34

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

bin/bump-version.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def main() -> None:
3636
subprocess.run(["git", "add", "uv.lock"])
3737
subprocess.run(["git", "add", "pyproject.toml"])
3838
subprocess.run(["git", "commit", "-m", f"bump version to {version}"])
39+
subprocess.run(["git", "tag", f"v{version}"])
40+
subprocess.run(["git", "push", "--tags"])
3941

4042

4143
if __name__ == "__main__":

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "edit-python-pe"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Allows member and project profile editing onto python.pe git repository"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)