Skip to content

Commit d03899e

Browse files
committed
updated to v0.5.5
1 parent 6f4c1ac commit d03899e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Epigenetic Variability and Motif Analysis Pipeline
55
--------------------------------------------------
6-
**Current version**: 0.5.4
6+
**Current version**: 0.5.5
77

88
[![Build Status](https://travis-ci.org/pinellolab/haystack_bio.svg?branch=master)](https://travis-ci.org/pinellolab/haystack_bio)
99

haystack/haystack_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
info = logging.info
2020

2121

22-
__version__ = "0.5.4"
22+
__version__ = "0.5.5"
2323
HAYSTACK_VERSION=__version__
2424

2525
def check_file(filename):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def main():
1515

1616
setup(
17-
version="0.5.3",
17+
version="0.5.5",
1818
name="haystack_bio",
1919
include_package_data=True,
2020
packages=["haystack"],

0 commit comments

Comments
 (0)