release next version

This commit is contained in:
Denis-Cosmin Nutiu 2023-06-04 19:33:46 +03:00
parent 91b6bd9c79
commit 46d83824f6
2 changed files with 3 additions and 5 deletions

View file

@ -4,22 +4,19 @@ build-backend = "hatchling.build"
[project] [project]
name = "jekyll-to-hugo" name = "jekyll-to-hugo"
version = "0.0.5" version = "0.0.6"
authors = [ authors = [
{ name="Denis Nutiu", email="nuculabs@outlook.com" }, { name="Denis Nutiu", email="nuculabs@outlook.com" },
] ]
description = "Python library for converting jekyll md files to Hugo." description = "Python library for converting jekyll md files to Hugo."
readme = "readme.md" readme = "readme.md"
requires-python = ">=3.7" requires-python = ">=3.10"
classifiers = [ classifiers = [
"Environment :: Console", "Environment :: Console",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
] ]

View file

@ -1,3 +1,4 @@
hatch
black==23.3.0 black==23.3.0
pdoc==13.1.1 pdoc==13.1.1
isort==5.12.0 isort==5.12.0