Skip to content

Commit b4b8909

Browse files
committed
feat!: major changes needed
BREAKING CHANGE: description of breaking changes
1 parent fb31c4d commit b4b8909

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

app/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"""
2-
QR Code Generator Application
3-
"""
1+
"""QR Code Generator Application."""
42

5-
__version__ = "1.0.6"
3+
__version__ = "2.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qr-code-generator"
3-
version = "1.0.6"
3+
version = "2.1.0"
44
description = "A robust and scalable QR Code Generator application built with FastAPI"
55
authors = ["Jay Singh <singhjay@live.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)