Skip to content

Commit 17394c4

Browse files
committed
prepare for 0.0.4 release
1 parent 6713593 commit 17394c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyexcel_xlsx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ def close(self):
133133
# to allow this module to function independently
134134
pass
135135

136-
__VERSION__ = "0.0.2"
136+
__VERSION__ = "0.0.4"

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-xlsx',
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-xlsx",
2626
description='A wrapper library to read, manipulate and write data in xlsx and xlsm format',

0 commit comments

Comments
 (0)