Skip to content

Commit 2a30ed6

Browse files
committed
Bump version to 1.0.5
1 parent 121857f commit 2a30ed6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers =
1515
Programming Language :: Python :: 3.7
1616
Programming Language :: Python :: 3.8
1717
Programming Language :: Python :: 3.9
18+
Programming Language :: Python :: 3.10
1819
project_urls =
1920
Documentation = https://sqlalchemyseed.readthedocs.io/
2021
Source = https://github.com/jedymatt/sqlalchemyseed

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.4"
32+
__version__ = "1.0.5"
3333

3434
if __name__ == '__main__':
3535
pass

0 commit comments

Comments
 (0)