Skip to content

Commit

Permalink
update all package versions to 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmarcello committed Apr 10, 2024
1 parent 2173d10 commit 4555009
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion counterparty-cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ colorlog==6.8.0
python-dateutil==2.8.2
requests==2.31.0
termcolor==2.4.0
counterparty-lib==10.0.0
counterparty-lib==10.0.1
2 changes: 1 addition & 1 deletion counterparty-lib/counterpartylib/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


# Semantic Version
__version__ = "10.0.0" # for hatch
__version__ = "10.0.1" # for hatch
VERSION_STRING = __version__
version = VERSION_STRING.split('-')[0].split('.')
VERSION_MAJOR = int(version[0])
Expand Down
2 changes: 1 addition & 1 deletion counterparty-lib/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ plyvel==1.5.1
arc4==0.4.0
halo==0.0.31
termcolor==2.4.0
counterparty-rs==10.0.0
counterparty-rs==10.0.1
2 changes: 1 addition & 1 deletion counterparty-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "counterparty-rs"
version = "10.0.0"
version = "10.0.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:


counterparty-core:
image: counterparty/counterparty:v10.0.0
image: counterparty/counterparty:v10.0.1
links:
- bitcoind
- addrindexrs
Expand Down

0 comments on commit 4555009

Please sign in to comment.