We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121857f commit 2a30ed6Copy full SHA for 2a30ed6
setup.cfg
@@ -15,6 +15,7 @@ classifiers =
15
Programming Language :: Python :: 3.7
16
Programming Language :: Python :: 3.8
17
Programming Language :: Python :: 3.9
18
+ Programming Language :: Python :: 3.10
19
project_urls =
20
Documentation = https://sqlalchemyseed.readthedocs.io/
21
Source = https://github.com/jedymatt/sqlalchemyseed
src/sqlalchemyseed/__init__.py
@@ -29,7 +29,7 @@
29
from .loader import load_entities_from_csv
30
31
32
-__version__ = "1.0.4"
+__version__ = "1.0.5"
33
34
if __name__ == '__main__':
35
pass
0 commit comments