Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: match the published version on PyPI
--- mypy.orig/extensions/setup.py
+++ mypy/extensions/setup.py
@@ -2,7 +2,7 @@
 
 from setuptools import setup
 
-version = '0.5.0-dev'
+version = '0.4.1'
 description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
 long_description = '''
 Mypy Extensions
