Skip to content

Commit dd92489

Browse files
authored
Prepare django-stubs-ext 0.8.0 release (#1395)
1 parent 0aa7bf1 commit dd92489

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

django_stubs_ext/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
setup(
1414
name="django-stubs-ext",
15-
version="0.7.0",
15+
version="0.8.0",
1616
description="Monkey-patching and extensions for django-stubs",
1717
long_description=readme,
1818
long_description_content_type="text/markdown",
1919
license="MIT",
2020
url="https://github.com/typeddjango/django-stubs",
2121
author="Simula Proxy",
2222
author_email="3nki.nam.shub@gmail.com",
23-
maintainer="Nikita Sobolev",
24-
maintainer_email="mail@sobolevn.me",
23+
maintainer="Marti Raudsepp",
24+
maintainer_email="marti@juffo.org",
2525
py_modules=[],
2626
python_requires=">=3.7",
2727
install_requires=dependencies,

0 commit comments

Comments
 (0)