From 4b08fc2859fc1b3b198b18fb2a66ce740cc95b34 Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Sun, 17 Dec 2023 21:05:28 +0100 Subject: [PATCH] prepares patch release --- justpy/__init__.py | 2 +- pyproject.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/justpy/__init__.py b/justpy/__init__.py index f629755e..62219cec 100644 --- a/justpy/__init__.py +++ b/justpy/__init__.py @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 95906e53..3368df53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} ] @@ -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"