Skip to content

Commit

Permalink
Merge 6d4a092 into 987542c
Browse files Browse the repository at this point in the history
  • Loading branch information
keis committed Sep 27, 2018
2 parents 987542c + 6d4a092 commit fe767f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base58.py
Expand Up @@ -11,7 +11,7 @@

from hashlib import sha256

__version__ = '0.2.5'
__version__ = '1.0.1'

# 58 character alphabet used
alphabet = b'123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'
Expand Down
7 changes: 7 additions & 0 deletions setup.cfg
@@ -0,0 +1,7 @@
[bumpversion]
current_version = 1.0.1

[bumpversion:file:setup.py]

[bumpversion:file:base58.py]

0 comments on commit fe767f5

Please sign in to comment.