Skip to content

Commit

Permalink
set version to 0.13.0, bump mypy to 0.710
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Jun 30, 2019
1 parent 79d6917 commit ea1294b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def find_stub_files(name):
readme = f.read()

dependencies = [
'mypy>=0.700,<0.710',
'mypy>=0.710,<0.720',
'typing-extensions'
]
if sys.version_info[:2] < (3, 7):
Expand All @@ -30,7 +30,7 @@ def find_stub_files(name):

setup(
name="django-stubs",
version="0.12.1",
version="0.13.0",
description='Django mypy stubs',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ea1294b

Please sign in to comment.