Skip to content

Commit 0f8bf32

Browse files
committed
Update revversion.py
1 parent d32c830 commit 0f8bf32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

revversion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/usr/bin/env python
22

3-
import versioneer
43
from os import path
54

5+
import versioneer
6+
67
# Write version number out to VERSION file
78
version = versioneer.get_version()
89

@@ -13,4 +14,3 @@
1314
f.write(version)
1415
except PermissionError:
1516
print("can't write to VERSION file - moving on")
16-

0 commit comments

Comments
 (0)