Skip to content

Commit

Permalink
feat!: major changes needed
Browse files Browse the repository at this point in the history
BREAKING CHANGE: description of breaking changes
  • Loading branch information
gsinghjay committed Jan 2, 2025
1 parent fb31c4d commit b4b8909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"""
QR Code Generator Application
"""
"""QR Code Generator Application."""

__version__ = "1.0.6"
__version__ = "2.1.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b4b8909

Please sign in to comment.