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 dff7de8 commit 38945d6Copy full SHA for 38945d6
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-async-orm"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Bringing async capabilities to django ORM"
5
authors = ["SkanderBM <[email protected]>"]
6
license = "MIT"
@@ -14,6 +14,10 @@ classifiers = [
14
"Topic :: Software Development :: Documentation",
15
"Topic :: Software Development :: Libraries :: Python Modules",
16
"Topic :: Software Development :: Quality Assurance",
17
+ 'Programming Language :: Python :: 3.5',
18
+ 'Programming Language :: Python :: 3.6',
19
+ 'Programming Language :: Python :: 3.7',
20
+ 'Programming Language :: Python :: 3.8',
21
]
22
include = [
23
"LICENSE",
0 commit comments