Skip to content

Commit b79b48e

Browse files
authored
Prepare for 0.0.4 release (#10)
1 parent 9e6b98d commit b79b48e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sqlalchemy_crud_plus/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
from .crud import CRUDPlus as CRUDPlus
4-
from .errors import ModelColumnError as ModelColumnError
54

6-
__version__ = 'v0.0.3'
5+
__version__ = 'v0.0.4'

0 commit comments

Comments
 (0)