We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be0f3e commit b4f83ebCopy full SHA for b4f83eb
mypy/version.py
@@ -3,10 +3,3 @@
3
4
__version__ = '0.4.6-dev'
5
base_version = __version__
6
-
7
-## mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
8
-## if git.is_git_repo(mypy_dir) and git.have_git():
9
-## __version__ += '-' + git.git_revision(mypy_dir).decode('utf-8')
10
-## if git.is_dirty(mypy_dir):
11
-## __version__ += '-dirty'
12
-## del mypy_dir
0 commit comments