🔖 Release version 0.0.3

This commit is contained in:
Sebastián Ramírez 2021-08-24 20:44:18 +02:00
parent d80a2fb7ed
commit af03df88ac
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Latest Changes
## 0.0.3
* ⬆️ Update and relax specification range for `sqlalchemy-stubs`. PR [#4](https://github.com/tiangolo/sqlmodel/pull/4) by [@tiangolo](https://github.com/tiangolo).
## 0.0.2

View File

@ -1,4 +1,4 @@
__version__ = "0.0.2"
__version__ = "0.0.3"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_mock_engine as create_mock_engine