Skip to content

Commit 5664f06

Browse files
committed
increase version number
1 parent 1d335cd commit 5664f06

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
setup(
2121
name='pyexcel-xls',
2222
author="C. W.",
23-
version='0.0.3',
23+
version='0.0.4',
2424
author_email="[email protected]",
2525
url="https://github.com/chfw/pyexcel-xls",
2626
description='A wrapper library to read, manipulate and write data in xls format. It reads xlsx and xlsm format',

tests/test_bugfix.py renamed to tests/test_bug_fixes.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
3+
This file keeps all fixes for issues found
4+
5+
"""
6+
17
import os
28
import pyexcel as pe
39
import pyexcel.ext.xls

0 commit comments

Comments
 (0)