From e4f5d3fea0ec945eac55d9626b5df0fb26e744c5 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 16 Dec 2024 11:37:32 -0700 Subject: [PATCH 1/2] Correct typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39b1b21..1854a63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = [ # https://pypi.org/classifiers/ classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved:: MIT License", + "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", From b95997f89ec0970500fcb46d796878aad65cbdd3 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 16 Dec 2024 11:39:08 -0700 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc5273..9800f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ + +## 0.6.2 (2024-12-16) + +### Bug fixes + +- Correct typo in pyproject.toml + ## v6.0.1 (2024-12-16)