Skip to content

Commit acf8bb4

Browse files
committed
bump version
1 parent cdd7e8d commit acf8bb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sopy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
from flask import Flask, send_file
1+
from flask import Flask
22
from flask import render_template
33
from flask_alembic import Alembic
44
from flask_alembic.cli.click import cli as alembic_cli
55
from flask_babel import Babel
66
from sopy.ext.sqlalchemy import SQLAlchemy
77

8-
__version__ = '1.4.7'
8+
__version__ = '1.4.8'
99

1010
alembic = Alembic()
1111
babel = Babel()

0 commit comments

Comments
 (0)