Skip to content

Commit 59fb4e3

Browse files
committed
chore: bump version
1 parent 2ae224b commit 59fb4e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bitcoinutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.2"
1+
__version__ = "0.7.3"

update_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pip uninstall -y bitcoin-utils
22
python setup.py sdist bdist_wheel
3-
pip install dist/bitcoin-utils-0.7.2.tar.gz
3+
pip install dist/bitcoin-utils-0.7.3.tar.gz

0 commit comments

Comments
 (0)