Skip to content

Commit 7164d86

Browse files
committed
Bump: Python-BIP38 from v0.1.1 to v0.2.0 package
1 parent 25e1ff9 commit 7164d86

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.1.1",
26+
"v0.2.0",
2727
"MIT",
2828
"Meheret Tesfaye Batu",
2929
"meherett.batu@gmail.com",

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.1.1",
23+
version="v0.2.0",
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)