Skip to content

Commit 98db8a4

Browse files
authored
Add MANIFEST.in to typing_extensions and bump version (#476)
1 parent a79c98c commit 98db8a4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

typing_extensions/MANIFEST.in

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include README.rst
2+
include src_py3/typing_extensions.py
3+
include src_py3/test_typing_extensions.py
4+
include src_py2/typing_extensions.py
5+
include src_py2/test_typing_extensions.py

typing_extensions/setup.py

+1-1
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.6.2'
12+
version = '3.6.2.1'
1313
description = 'Backported and Experimental Type Hints for Python 3.5+'
1414
long_description = '''\
1515
Typing Extensions -- Backported and Experimental Type Hints for Python

0 commit comments

Comments
 (0)