Skip to content

Commit

Permalink
Changed v to 2.0.1 for previous commit's bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jul 11, 2019
1 parent 8535cb4 commit d80ee5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Vamb is most easily installed with pip - make sure your pip version is up to dat
### Installation for casual users:

```
pip install https://github.com/jakobnissen/vamb/archive/v2.0.0.zip
pip install https://github.com/jakobnissen/vamb/archive/v2.0.1.zip
```

### Installation for advanced users:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/jakobnissen/vamb",
"author": "Jakob Nybo Nissen and Simon Rasmussen",
"author_email": "[email protected]",
"version": "2.0",
"version": "2.0.1",
"license": "MIT",
"packages": find_packages(),
"entry_points": {'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion vamb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__authors__ = 'Jakob Nybo Nissen', 'Simon Rasmussen'
__licence__ = 'MIT'
__version__ = (2, 0, 0)
__version__ = (2, 0, 1)

import sys as _sys
if _sys.version_info[:2] < (3, 5):
Expand Down

0 comments on commit d80ee5d

Please sign in to comment.