Skip to content

Commit

Permalink
tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fastily committed Jan 10, 2021
1 parent 82ed1b9 commit fb6ce3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="jinja2html",
version="0.2.2",
version="0.3.0",
author="Fastily",
author_email="[email protected]",
description="friendly generation of websites with jinja2 templates",
Expand All @@ -23,10 +23,10 @@
classifiers=[
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
python_requires='>=3.7',
python_requires='>=3.8',
)

0 comments on commit fb6ce3b

Please sign in to comment.