We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6b98d commit b79b48eCopy full SHA for b79b48e
sqlalchemy_crud_plus/__init__.py
@@ -1,6 +1,5 @@
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
from .crud import CRUDPlus as CRUDPlus
4
-from .errors import ModelColumnError as ModelColumnError
5
6
-__version__ = 'v0.0.3'
+__version__ = 'v0.0.4'
0 commit comments