Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
keis committed Dec 28, 2018
1 parent 40aa9c8 commit 5e2b229
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### v1.0.3 / 2018-12-28
- [#37](https://github.com/keis/base58/pull/37) Update base58.py (@pdelteil)

This comment has been minimized.

Copy link
@fahoodyx

fahoodyx Jul 13, 2019

rtyhrtyhrt


### v1.0.2 / 2018-09-27
- [#34](https://github.com/keis/base58/pull/34) Add bumpversion config (@keis)

Expand Down
2 changes: 1 addition & 1 deletion base58.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from hashlib import sha256

__version__ = '1.0.2'
__version__ = '1.0.3'

# 58 character alphabet used
alphabet = b'123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='base58',
py_modules=['base58'],
version='1.0.2',
version='1.0.3',
description='Base58 and Base58Check implementation',
author='David Keijser',
author_email='[email protected]',
Expand Down

0 comments on commit 5e2b229

Please sign in to comment.