Skip to content

Commit

Permalink
Release 0.2.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf committed Nov 28, 2022
1 parent 49d4b35 commit 390262f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "sqlalchemy-file"
version = "0.1.5"
version = "0.2.0"
description = "SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage."
authors = ["Jocelin Hounon <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_file/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.5"
__version__ = "0.2.0"

from .file import File as File
from .types import FileField as FileField
Expand Down

0 comments on commit 390262f

Please sign in to comment.