From 26c43bc3f43d8b2bb70188107b2cdbf0bc0d0fa5 Mon Sep 17 00:00:00 2001 From: eight Date: Mon, 11 Jun 2018 01:55:12 +0800 Subject: [PATCH] Release v0.1.1 --- setup.cfg | 2 +- uao/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3be9975..8819dcd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = uao -version = 0.1.0 +version = 0.1.1 description = Big5-UAO encoder/decoder in pure Python author = eight author_email = eight04@gmail.com diff --git a/uao/__init__.py b/uao/__init__.py index 737f318..fe00791 100644 --- a/uao/__init__.py +++ b/uao/__init__.py @@ -4,7 +4,7 @@ from .b2u import b2u_table from .u2b import u2b_table -__version__ = "0.1.0" +__version__ = "0.1.1" char_s = Struct("!B") short_s = Struct("!H")