From 49a788425e798c27ab6dc59481dfe60ff0ee1594 Mon Sep 17 00:00:00 2001 From: AJ Slater Date: Mon, 4 Mar 2024 12:34:02 -0800 Subject: [PATCH] bump version and news --- NEWS.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f681a17..9cd44f6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # 📰 comicfn2dict News +## v0.2.1 + +- Support Python 3.9, thanks to @lordwelch + ## v0.2.0 - The `-` character no longer breaks up tokens diff --git a/pyproject.toml b/pyproject.toml index 7f14472..2f4ce7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "comicfn2dict" -version = "0.2.0" +version = "0.2.1" description = "Parse common comic filenames and return a dict of metadata attributes. Includes a cli." license = "GPL-3.0-only" authors = ["AJ Slater "]