Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Jun 10, 2018
1 parent d611677 commit 26c43bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion uao/__init__.py
Expand Up @@ -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")
Expand Down

0 comments on commit 26c43bc

Please sign in to comment.