Skip to content

Commit fb6ce3b

Browse files
committed
tag for release
1 parent 82ed1b9 commit fb6ce3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="jinja2html",
8-
version="0.2.2",
8+
version="0.3.0",
99
author="Fastily",
1010
author_email="fastily@users.noreply.github.com",
1111
description="friendly generation of websites with jinja2 templates",
@@ -23,10 +23,10 @@
2323
classifiers=[
2424
"Natural Language :: English",
2525
"Programming Language :: Python :: 3",
26-
"Programming Language :: Python :: 3.7",
2726
"Programming Language :: Python :: 3.8",
27+
"Programming Language :: Python :: 3.9",
2828
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2929
"Operating System :: OS Independent",
3030
],
31-
python_requires='>=3.7',
31+
python_requires='>=3.8',
3232
)

0 commit comments

Comments
 (0)