Skip to content

Commit 0bf9b7d

Browse files
author
何睿
committed
release 1.0.0(production ready)
1 parent 4289a70 commit 0bf9b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

excelalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A Python Library for Reading and Writing Excel Files"""
22

3-
__version__ = '0.1.0rc1'
3+
__version__ = '1.0.0'
44
from excelalchemy.const import CharacterSet
55
from excelalchemy.const import DataRangeOption
66
from excelalchemy.const import DateFormat

0 commit comments

Comments
 (0)