release next version
This commit is contained in:
parent
91b6bd9c79
commit
46d83824f6
2 changed files with 3 additions and 5 deletions
|
@ -4,22 +4,19 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "jekyll-to-hugo"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
authors = [
|
||||
{ name="Denis Nutiu", email="nuculabs@outlook.com" },
|
||||
]
|
||||
description = "Python library for converting jekyll md files to Hugo."
|
||||
readme = "readme.md"
|
||||
requires-python = ">=3.7"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Environment :: Console",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"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.11",
|
||||
]
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
hatch
|
||||
black==23.3.0
|
||||
pdoc==13.1.1
|
||||
isort==5.12.0
|
||||
|
|
Loading…
Reference in a new issue