Skip to content

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
Changes
- Added error classes
- Update error handling
  • Loading branch information
jedymatt committed Aug 31, 2021
1 parent 072f446 commit 732e1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlalchemyseed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .loader import load_entities_from_csv


__version__ = "1.0.0"
__version__ = "1.0.1"

if __name__ == '__main__':
pass

0 comments on commit 732e1ff

Please sign in to comment.