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.
2 parents ce86059 + c3f5c58 commit 97ce11dCopy full SHA for 97ce11d
freenit/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.3.6"
+__version__ = "0.3.7"
pyproject.toml
@@ -35,6 +35,7 @@ classifiers = [
35
"isort",
36
"uvicorn",
37
]
38
+ build = ["twine"]
39
ldap = ["bonsai"]
40
ormar = [
41
"alembic",
@@ -67,6 +68,7 @@ classifiers = [
67
68
"pytest-asyncio",
69
"pytest-factoryboy",
70
"requests",
71
+ "twine",
72
73
74
[project.urls]
0 commit comments