Skip to content

Commit e96b4fc

Browse files
committed
bit-0.04: added multiprocessing to sync (rsync)
1 parent cf190ee commit e96b4fc

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
@@ -69,7 +69,7 @@ bit -i file.tar.bz2 -m my first upload
6969
* Latest stable release:
7070

7171
```bash
72-
pip install https://github.com/mpg-age-bioinformatics/bit/archive/bit-0.0.3.tar.gz --user
72+
pip install https://github.com/mpg-age-bioinformatics/bit/archive/bit-0.0.4.tar.gz --user
7373
```
7474

7575
* GitHub development version:

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.3',
4+
version = '0.0.4',
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)