Skip to content

Commit ae492d0

Browse files
fix
1 parent 8111495 commit ae492d0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
0.2.1 (2025-09-21)
5+
0.2.2 (2025-09-21)
66
----------
77

88
* General maintenance update

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
ext_modules=ext_modules,
1616
name="py-stringcompare",
17-
version="0.2.1",
17+
version="0.2.2",
1818
author="Olivier Binette",
1919
author_email="olivier.binette@gmail.com",
2020
description="Efficient string comparison functions.",

stringcompare/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
from importlib.metadata import version
55

6-
__version__ = version("stringcompare")
6+
__version__ = version("py-stringcompare")
77

88
__all__ = ["__version__"] + distance.__all__ + preprocessing.__all__

0 commit comments

Comments
 (0)