diff --git a/setup.py b/setup.py index 5e2adbc6..5b5fcd2a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ 'to install the typing package.\n') exit(1) -version = '3.5.0.1' +version = '3.5.1.0' description = 'Type Hints for Python' long_description = '''\ Typing -- Type Hints for Python