Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jedymatt committed Oct 9, 2021
1 parent 121857f commit 2a30ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Documentation = https://sqlalchemyseed.readthedocs.io/
Source = https://github.com/jedymatt/sqlalchemyseed
Expand Down
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.4"
__version__ = "1.0.5"

if __name__ == '__main__':
pass

0 comments on commit 2a30ed6

Please sign in to comment.