We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d4b35 commit 390262fCopy full SHA for 390262f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sqlalchemy-file"
3
-version = "0.1.5"
+version = "0.2.0"
4
description = "SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage."
5
authors = ["Jocelin Hounon <hounonj@gmail.com>"]
6
license = "MIT"
sqlalchemy_file/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.5"
+__version__ = "0.2.0"
from .file import File as File
from .types import FileField as FileField
0 commit comments