Skip to content

Commit 8111495

Browse files
update
1 parent e283cf7 commit 8111495

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
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.0 (2025-09-21)
5+
0.2.1 (2025-09-21)
66
----------
77

88
* General maintenance update

pixi.lock

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

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python = "3.12.*"
1313
hatch = ">=1.14.1,<2"
1414

1515
[pypi-dependencies]
16-
stringcompare = {path=".", editable=true}
16+
py-stringcompare = {path=".", editable=true}
1717
ipython = ">=9.5.0, <10"
1818
jupyter = ">=1.1.1, <2"
1919
numpy = "<2"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
setup(
1515
ext_modules=ext_modules,
1616
name="py-stringcompare",
17-
version="0.2.0",
17+
version="0.2.1",
1818
author="Olivier Binette",
1919
author_email="olivier.binette@gmail.com",
2020
description="Efficient string comparison functions.",
21+
readme = "README.md",
2122
keywords=[
2223
"record-linkage",
2324
"string-distance",

0 commit comments

Comments
 (0)