Skip to content

Commit

Permalink
Ups
Browse files Browse the repository at this point in the history
  • Loading branch information
hackenbergstefan committed Jul 30, 2024
1 parent 7db7d41 commit f94e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffeebuddy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from flask_sqlalchemy import SQLAlchemy
from sqlalchemy.exc import OperationalError

__version__ = "1.1.1"
__version__ = "1.1.2"

db = SQLAlchemy()
login_manager = flask_login.LoginManager()
Expand Down

0 comments on commit f94e1a6

Please sign in to comment.