From 8b173130b22b7ef376b8c67111051702fcf66c08 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 15 Apr 2016 21:01:20 -0700 Subject: [PATCH] Set version to 3.5.1 (in a release branch). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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