We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb31c4d commit b4b8909Copy full SHA for b4b8909
app/__init__.py
@@ -1,5 +1,3 @@
1
-"""
2
-QR Code Generator Application
3
+"""QR Code Generator Application."""
4
5
-__version__ = "1.0.6"
+__version__ = "2.1.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qr-code-generator"
-version = "1.0.6"
+version = "2.1.0"
description = "A robust and scalable QR Code Generator application built with FastAPI"
authors = ["Jay Singh <singhjay@live.com>"]
6
readme = "README.md"
0 commit comments