We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bee70 commit 2cc890dCopy full SHA for 2cc890d
2 files changed
packTab/__init__.py
@@ -101,7 +101,7 @@
101
"binaryBitsFor",
102
]
103
104
-__version__ = "1.4.0"
+__version__ = "1.5.0"
105
106
107
class AutoMapping(collections.defaultdict):
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "packtab"
7
-version = "1.4.0"
+version = "1.5.0"
8
description = "Unicode (and other integer) table packer"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments