diff --git a/README.md b/README.md index 9540928..50f5907 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Coldcard is a Cheap, Ultra-secure & Opensource Hardware Wallet for #Bitcoin. -Get yours at [ColdcardWallet.com](http://coldcardwallet.com) +Get yours at [ColdcardWallet.com](http://coldcard.com) This is the python code and command-line utilities you need to communicate with it over USB. diff --git a/ckcc/__init__.py b/ckcc/__init__.py index f35038b..4fa6727 100644 --- a/ckcc/__init__.py +++ b/ckcc/__init__.py @@ -1,6 +1,6 @@ # (c) Copyright 2021 by Coinkite Inc. This file is covered by license found in COPYING-CC. -__version__ = '1.0.3' +__version__ = '1.1.0' __all__ = [ "client", "protocol", "constants" ] diff --git a/dist/ckcc-protocol-0.8.0.tar.gz b/dist/ckcc-protocol-0.8.0.tar.gz deleted file mode 100644 index 7e43a70..0000000 Binary files a/dist/ckcc-protocol-0.8.0.tar.gz and /dev/null differ diff --git a/dist/ckcc-protocol-1.0.3.tar.gz b/dist/ckcc-protocol-1.0.3.tar.gz deleted file mode 100644 index d3eeada..0000000 Binary files a/dist/ckcc-protocol-1.0.3.tar.gz and /dev/null differ diff --git a/dist/ckcc-protocol-1.1.0.tar.gz b/dist/ckcc-protocol-1.1.0.tar.gz new file mode 100644 index 0000000..9aa2f00 Binary files /dev/null and b/dist/ckcc-protocol-1.1.0.tar.gz differ diff --git a/dist/ckcc_protocol-0.8.0-py3-none-any.whl b/dist/ckcc_protocol-0.8.0-py3-none-any.whl deleted file mode 100644 index 59f71c3..0000000 Binary files a/dist/ckcc_protocol-0.8.0-py3-none-any.whl and /dev/null differ diff --git a/dist/ckcc_protocol-1.0.3-py3-none-any.whl b/dist/ckcc_protocol-1.0.3-py3-none-any.whl deleted file mode 100644 index f0bb670..0000000 Binary files a/dist/ckcc_protocol-1.0.3-py3-none-any.whl and /dev/null differ diff --git a/dist/ckcc_protocol-1.1.0-py3-none-any.whl b/dist/ckcc_protocol-1.1.0-py3-none-any.whl new file mode 100644 index 0000000..b805c88 Binary files /dev/null and b/dist/ckcc_protocol-1.1.0-py3-none-any.whl differ