Skip to content

Commit

Permalink
Bump 2.0.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMolod committed Aug 20, 2024
1 parent 227380b commit c0efbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ Activate the AlphaPulldown environment and install AlphaPulldown:

```bash
source activate AlphaPulldown
python3 -m pip install alphapulldown==2.0.0b4
python3 -m pip install alphapulldown==2.0.0b5
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion alphapulldown/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0.b4"
__version__ = "2.0.0.b5"

0 comments on commit c0efbdd

Please sign in to comment.