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 0aa7bf1 commit dd92489Copy full SHA for dd92489
django_stubs_ext/setup.py
@@ -12,16 +12,16 @@
12
13
setup(
14
name="django-stubs-ext",
15
- version="0.7.0",
+ version="0.8.0",
16
description="Monkey-patching and extensions for django-stubs",
17
long_description=readme,
18
long_description_content_type="text/markdown",
19
license="MIT",
20
url="https://github.com/typeddjango/django-stubs",
21
author="Simula Proxy",
22
author_email="3nki.nam.shub@gmail.com",
23
- maintainer="Nikita Sobolev",
24
- maintainer_email="mail@sobolevn.me",
+ maintainer="Marti Raudsepp",
+ maintainer_email="marti@juffo.org",
25
py_modules=[],
26
python_requires=">=3.7",
27
install_requires=dependencies,
0 commit comments