Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix: update version to major release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ant4g0nist committed Jun 1, 2022
1 parent 7066827 commit 3ee65c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ $ 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
```

### Usage

```bash
╭─ant4g0nist@d3n ~/Desktop/Tezos/chinstrap ‹v1.0.0
╭─ant4g0nist@d3n ~/Desktop/Tezos/chinstrap ‹v1.0.1
╰─➤ chinstrap

_ _ _
Expand Down Expand Up @@ -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

_ _ _
Expand Down Expand Up @@ -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
```
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion chinstrap/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.0.0"
version = "1.0.1"

0 comments on commit 3ee65c5

Please sign in to comment.