diff --git a/django_stubs_ext/setup.py b/django_stubs_ext/setup.py index c24c51e22..b4b2d835b 100644 --- a/django_stubs_ext/setup.py +++ b/django_stubs_ext/setup.py @@ -12,7 +12,7 @@ setup( name="django-stubs-ext", - version="0.6.0", + version="0.7.0", description="Monkey-patching and extensions for django-stubs", long_description=readme, long_description_content_type="text/markdown", diff --git a/setup.py b/setup.py index 2891ef483..4b646c1c1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def find_stub_files(name: str) -> List[str]: dependencies = [ "mypy>=0.980", "django", - "django-stubs-ext>=0.6.0", + "django-stubs-ext>=0.7.0", "tomli", # Types: "typing-extensions", @@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]: setup( name="django-stubs", - version="1.12.0", + version="1.13.0", description="Mypy stubs for Django", long_description=readme, long_description_content_type="text/markdown",