Skip to content

Commit

Permalink
prepares patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Dec 17, 2023
1 parent e407ed0 commit 4b08fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion justpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""JustPy is an object-oriented, component based, high-level Python Web Framework that requires no front-end programming"""
from .justpy import *

__version__ = "0.14.0"
__version__ = "0.14.1"
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ build-backend = "hatchling.build"

[project]
name = "justpy"
description = "JustPy is an object-oriented, component based, high-level Python Web Framework that requires no front-end programming. "
keywords = ["nicegui", "gui", "webframework", "websockets"]
authors = [
{name = "Eli Mintz", email = "eli.mintz@gmail.com"}
]
Expand Down Expand Up @@ -49,7 +51,7 @@ classifiers=[
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License"
]
dynamic = ["version", "description"]
dynamic = ["version"]
[tool.hatch.version]
path = "justpy/__init__.py"

Expand Down

0 comments on commit 4b08fc2

Please sign in to comment.