Skip to content

Commit

Permalink
Final changes for release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermann Romanek committed Apr 9, 2024
1 parent fd31ee3 commit 667a994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ You can install Sniffles2 using pip or conda using:

or

`conda install sniffles=2.2`
`conda install sniffles=2.3`

If you previously installed Sniffles1 using conda and want to upgrade to Sniffles2, you can use:

`conda update sniffles=2.2`
`conda update sniffles=2.3`

## Requirements
* Python >= 3.10
Expand Down
2 changes: 1 addition & 1 deletion src/sniffles/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from sniffles import util

VERSION = "Sniffles2"
BUILD = "2.3.0-rc2"
BUILD = "2.3.0"
SNF_VERSION = "S2_rc4"


Expand Down

0 comments on commit 667a994

Please sign in to comment.