Bump version to 0.4.4
diff --git a/setup.py b/setup.py
index 65dd5c5..f53b6cd 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 
 from setuptools import setup
 
-version = '0.5.0-dev'
+version = '0.4.4'
 description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
 long_description = '''
 Mypy Extensions