Skip to content

Commit 732e1ff

Browse files
committed
Bump to version 1.0.1
Changes - Added error classes - Update error handling
1 parent 072f446 commit 732e1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sqlalchemyseed/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .loader import load_entities_from_csv
3030

3131

32-
__version__ = "1.0.0"
32+
__version__ = "1.0.1"
3333

3434
if __name__ == '__main__':
3535
pass

0 commit comments

Comments
 (0)