Skip to content

Commit

Permalink
Merge branch 'release/0.3.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed Jul 30, 2018
2 parents f09cadf + 15950a0 commit 732465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base62.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__title__ = 'base62'
__author__ = 'Sumin Byeon'
__email__ = 'suminb@gmail.com'
__version__ = '0.3.2'
__version__ = '0.3.3'

CHARSET = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
BASE = 62
Expand Down

0 comments on commit 732465d

Please sign in to comment.