Skip to content

Commit 60c8fc7

Browse files
committed
Bump version to 3.5.3.0 and add 3.6 support.
1 parent c2db22c commit 60c8fc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'to install the typing package.\n')
1010
exit(1)
1111

12-
version = '3.5.3.dev'
12+
version = '3.5.3.0'
1313
description = 'Type Hints for Python'
1414
long_description = '''\
1515
Typing -- Type Hints for Python
@@ -37,6 +37,7 @@
3737
'Programming Language :: Python :: 3.3',
3838
'Programming Language :: Python :: 3.4',
3939
'Programming Language :: Python :: 3.5',
40+
'Programming Language :: Python :: 3.6',
4041
'Topic :: Software Development',
4142
]
4243

0 commit comments

Comments
 (0)