Skip to content

Commit 0b68191

Browse files
committed
Bump: Python-BIP38 package to 0.2.1 version
1 parent feb511f commit 0b68191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bip38/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
)
2424

2525
__version__, __license__, __author__, __email__, __description__ = (
26-
"v0.2.0",
26+
"v0.2.1",
2727
"MIT",
2828
"Meheret Tesfaye Batu",
2929

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="bip38",
23-
version="v0.2.0",
23+
version="v0.2.1",
2424
description="Python library for implementation of Bitcoin Improvement Proposal - 0038 / BIP38 protocol.",
2525
long_description=long_description,
2626
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)