From 3ee65c5e858fb287a8bce9679fa0805fecee9de7 Mon Sep 17 00:00:00 2001 From: ant4g0nist Date: Wed, 1 Jun 2022 15:01:51 +0200 Subject: [PATCH] fix: update version to major release: v1.0.1 --- README.md | 10 +++++----- chinstrap/version.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 297417b..2a5ad7a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ brew install libsodium libsecp256k1 gmp #### Installation ```bash -git clone -b v1.0.0 https://github.com/ant4g0nist/chinstrap +git clone -b v1.0.1 https://github.com/ant4g0nist/chinstrap cd chinstrap python3 setup.py install ``` @@ -68,7 +68,7 @@ python3 setup.py install ### Usage ```bash -╭─ant4g0nist@d3n ~/Desktop/Tezos/chinstrap ‹v1.0.0› +╭─ant4g0nist@d3n ~/Desktop/Tezos/chinstrap ‹v1.0.1› ╰─➤ chinstrap _ _ _ @@ -109,7 +109,7 @@ $ chinstrap compile For Flextesa sandbox: ```bash -╭─ant4g0nist@d3n ~/Desktop/Tezos/chinstrap ‹v1.0.0› +╭─ant4g0nist@d3n ~/Desktop/Tezos/chinstrap ‹v1.0.1› ╰─➤ chinstrap sandbox -h _ _ _ @@ -158,7 +158,7 @@ optional arguments: To run tests: ```bash -╭─ant4g0nist@d3n ~/Desktop/Tezos/chinstrap ‹v1.0.0› +╭─ant4g0nist@d3n ~/Desktop/Tezos/chinstrap ‹v1.0.1› ╰─➤ chinstrap test ``` @@ -198,7 +198,7 @@ Loaded wallet tz1cagbr5u2YdyxtWA72z3KjEL1KJ2YEs71z. Balance: 0.000000 * [x] Update Chinstrap to latest protocols * [x] Add SmartPy templates * [x] Add Ligo templates -* [x] Update documentation to support v1.0.0 +* [x] Update documentation to support v1.0.1 * [x] Create chinstrap.io landing page * [x] Add repl * [x] Improve Sandbox integrations in repl diff --git a/chinstrap/version.py b/chinstrap/version.py index 11a716e..86774ad 100644 --- a/chinstrap/version.py +++ b/chinstrap/version.py @@ -1 +1 @@ -version = "1.0.0" +version = "1.0.1"