Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 61d2e44

Browse files
committed
tbump fixes
1 parent ee34c42 commit 61d2e44

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_long_description():
1111

1212

1313
setup(name="python-cli-ui",
14-
version="0.7.1",
14+
version="0.7.2",
1515
description="Build Nice User Interfaces In The Terminal",
1616
long_description=get_long_description(),
1717
url="https://github.com/TankerHQ/python-cli-ui",

tbump.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ message_template = "Bump to {new_version}"
1717
tag_template = "v{new_version}"
1818

1919
[[file]]
20-
src = "pyproject.toml"
21-
search = 'version = "'
20+
src = "setup.py"
21+
search = 'version="'

0 commit comments

Comments
 (0)