Skip to content

Commit 2cc890d

Browse files
committed
Bump version to 1.5.0
1 parent 34bee70 commit 2cc890d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packTab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"binaryBitsFor",
102102
]
103103

104-
__version__ = "1.4.0"
104+
__version__ = "1.5.0"
105105

106106

107107
class AutoMapping(collections.defaultdict):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "packtab"
7-
version = "1.4.0"
7+
version = "1.5.0"
88
description = "Unicode (and other integer) table packer"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)