Released under the
MIT License.
diff --git a/pyproject.toml b/pyproject.toml
index dccf797..6e97923 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,10 +7,10 @@ packages = ['nanposweb']
[project]
name = "nanposweb"
-description = ""
+description = "A simple point of sale system for drinks"
requires-python= ">=3.9"
license = {text = "MIT"}
-version = "1.1.6"
+version = "1.1.7"
dependencies = [
"Flask==2.2.3",
"Flask-SQLAlchemy",