From 0bf9b7d2665363ed802353e59a28f5af4ef7a328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=9D=BF?= Date: Sat, 6 May 2023 10:05:39 +0800 Subject: [PATCH] =?UTF-8?q?release=201.0.0=EF=BC=88production=20ready?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- excelalchemy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excelalchemy/__init__.py b/excelalchemy/__init__.py index 6a54ce0..dd23f04 100644 --- a/excelalchemy/__init__.py +++ b/excelalchemy/__init__.py @@ -1,6 +1,6 @@ """A Python Library for Reading and Writing Excel Files""" -__version__ = '0.1.0rc1' +__version__ = '1.0.0' from excelalchemy.const import CharacterSet from excelalchemy.const import DataRangeOption from excelalchemy.const import DateFormat