Skip to content

Commit 6c364a3

Browse files
Bump to version 1.2.0 (#816)
Bump to version 1.2.0
1 parent b91cee8 commit 6c364a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ conda install -c pytorch -c conda-forge micro_sam "nifty=1.2.1=*_4" "protobuf<5"
4848
```
4949
to install `micro_sam` in an existing environment and
5050
```bash
51-
conda create -c conda-forge -n micro-sam micro_sam "nifty=1.2.1=*_4" "protobuf<5"
51+
conda create -c pytorch -c conda-forge -n micro-sam micro_sam "nifty=1.2.1=*_4" "protobuf<5"
5252
```
5353

5454
## From source

micro_sam/__version__.py

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

0 commit comments

Comments
 (0)