Skip to content

Commit 390262f

Browse files
authored
Release 0.2.0 (#26)
1 parent 49d4b35 commit 390262f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sqlalchemy-file"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
description = "SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage."
55
authors = ["Jocelin Hounon <hounonj@gmail.com>"]
66
license = "MIT"

sqlalchemy_file/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.5"
1+
__version__ = "0.2.0"
22

33
from .file import File as File
44
from .types import FileField as FileField

0 commit comments

Comments
 (0)