Skip to content

Commit

Permalink
Set version to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jul 5, 2022
1 parent 23214d8 commit 72cd30e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/RasmussenLab/vamb",
"author": "Jakob Nybo Nissen and Simon Rasmussen",
"author_email": "[email protected]",
"version": "3.0.7",
"version": "3.0.8",
"license": "MIT",
"packages": find_packages(),
"package_data": {"vamb": ["kernel.npz"]},
Expand Down
2 changes: 1 addition & 1 deletion vamb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

__authors__ = 'Jakob Nybo Nissen', 'Simon Rasmussen'
__licence__ = 'MIT'
__version__ = (3, 0, 7)
__version__ = (3, 0, 8)

import sys as _sys
if _sys.version_info[:2] < (3, 5):
Expand Down
2 changes: 1 addition & 1 deletion workflow/envs/vamb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- cudatoolkit=10.2
- pysam
- pip:
- git+https://github.com/RasmussenLab/[email protected].3
- git+https://github.com/RasmussenLab/[email protected].8

0 comments on commit 72cd30e

Please sign in to comment.