Skip to content

Commit 59679f7

Browse files
committed
Release 1.8.0
1 parent 183e3c6 commit 59679f7

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
@@ -102,7 +102,7 @@
102102
"binaryBitsFor",
103103
]
104104

105-
__version__ = "1.7.0"
105+
__version__ = "1.8.0"
106106

107107

108108
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.7.0"
7+
version = "1.8.0"
88
description = "Unicode (and other integer) table packer"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)