Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit a662428

Browse files
committed
Bumped version to v1.5.1.
1 parent 565083b commit a662428

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyTooling/TerminalUI/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from pyTooling.MetaClasses import Singleton
3737

3838

39-
__version__ = "1.5.0"
39+
__version__ = "1.5.1"
4040

4141

4242
@export

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
gitHubNamespace = "pyTooling"
3939
projectName = "TerminalUI"
4040
projectNameWithPrefix = "pyTooling." + projectName
41-
version = "1.5.0"
41+
version = "1.5.1"
4242

4343
# Read README for upload to PyPI
4444
readmeFile = Path("README.md")

0 commit comments

Comments
 (0)