We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4120e8e commit 34a773cCopy full SHA for 34a773c
README.md
@@ -67,7 +67,7 @@ bit -i file.tar.bz2 -m my first upload
67
#### Installation
68
69
```bash
70
-pip install https://github.com/mpg-age-bioinformatics/bit/archive/bit-0.0.2.tar.gz
+pip install https://github.com/mpg-age-bioinformatics/bit/archive/bit-0.0.3.tar.gz
71
```
72
73
###### Dependencies
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
setup(name = 'bit',
4
- version = '0.0.1',
+ version = '0.0.3',
5
description = '[b]ermuda [i]nformation [t]riangle',
6
url = 'https://github.com/mpg-age-bioinformatics/bit',
7
author = 'Bioinformatics Core Facility of the Max Planck Institute for Biology of Ageing',
0 commit comments