bump version and news

This commit is contained in:
AJ Slater 2024-03-04 12:34:02 -08:00
parent 75d14dde6c
commit 49a788425e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 <aj@slater.net>"]