Skip to content

Commit 34a773c

Browse files
committed
v0.0.3: --issue: adding --message and owncloud issues to an issue
1 parent 4120e8e commit 34a773c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bit -i file.tar.bz2 -m my first upload
6767
#### Installation
6868

6969
```bash
70-
pip install https://github.com/mpg-age-bioinformatics/bit/archive/bit-0.0.2.tar.gz
70+
pip install https://github.com/mpg-age-bioinformatics/bit/archive/bit-0.0.3.tar.gz
7171
```
7272

7373
###### Dependencies

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name = 'bit',
4-
version = '0.0.1',
4+
version = '0.0.3',
55
description = '[b]ermuda [i]nformation [t]riangle',
66
url = 'https://github.com/mpg-age-bioinformatics/bit',
77
author = 'Bioinformatics Core Facility of the Max Planck Institute for Biology of Ageing',

0 commit comments

Comments
 (0)