Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Dec 30, 2023
1 parent aba63b9 commit 1a59ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def build_extension(self, ext: CMakeExtension) -> None:

setup(
name="removedup",
version="1.0.1",
version="1.0.2",
author="Piero Toffanin",
author_email="[email protected]",
url="https://github.com/LibreTranslate/RemoveDUP",
Expand All @@ -136,4 +136,4 @@ def build_extension(self, ext: CMakeExtension) -> None:
cmdclass={"build_ext": CMakeBuild},
zip_safe=False,
python_requires=">=3.7",
)
)

0 comments on commit 1a59ea6

Please sign in to comment.