Skip to content

Commit

Permalink
Bump: Python-BIP38 version to 0.3.0 package
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Oct 25, 2023
1 parent 2364332 commit 08d86b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bip38/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)

__version__, __license__, __author__, __email__, __description__ = (
"v0.2.1",
"v0.3.0",
"MIT",
"Meheret Tesfaye Batu",
"[email protected]",
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="bip38",
version="v0.2.1",
version="v0.3.0",
description="Python library for implementation of Bitcoin Improvement Proposal - 0038 / BIP38 protocol.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -37,6 +37,7 @@
install_requires=requirements,
extras_require={
"tests": [
"coveralls>=3.3.1,<4",
"pytest>=7.4.0,<8",
"pyyaml>=6.0.1,<7"
],
Expand Down

0 comments on commit 08d86b9

Please sign in to comment.