Skip to content

Commit

Permalink
build: Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed May 29, 2023
1 parent fa4a0d8 commit c15b361
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.6.0"
__version__ = "1.0.0"

BASE = 62
CHARSET_DEFAULT = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
Expand Down

0 comments on commit c15b361

Please sign in to comment.