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