diff --git a/CHANGELOG.md b/CHANGELOG.md index 391b467..bc848ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.2.8] - 2024-08-22 + +- Updated wheel builds + ## [0.2.7] - 2022-11-18 - PEP 518-compliant with `pyproject.toml` and `build-system` diff --git a/setup.py b/setup.py index c7023bd..ea3aa64 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="pydelatin", - version="0.2.7", + version="0.2.8", python_requires=">=3.6", author="Kyle Barron", author_email="kylebarron2@gmail.com",