Skip to content

Commit 99ce3e6

Browse files
authored
Merge pull request #38 from SundayWindy/release/0.1.0rc1
release 0.1.0rc1
2 parents a246f23 + 0c26eea commit 99ce3e6

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.0rc0'
3+
__version__ = '0.1.0rc1'
44
from excelalchemy.const import CharacterSet
55
from excelalchemy.const import DataRangeOption
66
from excelalchemy.const import DateFormat

0 commit comments

Comments
 (0)