Browse code

'version.py' -> '_version.py'

Bas Nijholt authored on 16/10/2018 11:50:20 • GitHub committed on 16/10/2018 11:50:20
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 #
4 4
 # This file will be overwritten by setup.py when a source or binary
5 5
 # distribution is made.  The magic value "__use_git__" is interpreted by
6
-# version.py.
6
+# _version.py.
7 7
 
8 8
 version = "__use_git__"
9 9