Skip to content

Commit cfabe5c

Browse files
behdadclaude
andcommitted
Bump version to 1.3.0
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent 05f0fa2 commit cfabe5c

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.2.0"
104+
__version__ = "1.3.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.2.0"
7+
version = "1.3.0"
88
description = "Unicode (and other integer) table packer"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)