Skip to content

Commit 31c991c

Browse files
committed
Move the version... I try to fix a import error
1 parent a4a2cc7 commit 31c991c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
from distutils.core import setup
4-
from xlwt.version import __VERSION__
4+
__VERSION__ = '0.8-pre'
55

66
DESCRIPTION = (
77
'Library to create spreadsheet files compatible with '

xlwt/version.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)