Skip to content

Commit

Permalink
Bump to version 1.2.0 (#816)
Browse files Browse the repository at this point in the history
Bump to version 1.2.0
  • Loading branch information
constantinpape authored Dec 21, 2024
1 parent b91cee8 commit 6c364a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ conda install -c pytorch -c conda-forge micro_sam "nifty=1.2.1=*_4" "protobuf<5"
```
to install `micro_sam` in an existing environment and
```bash
conda create -c conda-forge -n micro-sam micro_sam "nifty=1.2.1=*_4" "protobuf<5"
conda create -c pytorch -c conda-forge -n micro-sam micro_sam "nifty=1.2.1=*_4" "protobuf<5"
```

## From source
Expand Down
2 changes: 1 addition & 1 deletion micro_sam/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.2.0"

0 comments on commit 6c364a3

Please sign in to comment.