Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sb43 committed Oct 16, 2018
2 parents 8caf6b8 + 02ac101 commit 59c42c0
Show file tree
Hide file tree
Showing 5 changed files with 10,004 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.tsv
env
**/__pycache__/
**/*.pyc
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGES

## 2.0.2
* renamed test file to avoid ignored by gitignore file
## 2.0.1
* remove exit statement in BAGEL
* added additional tests for bagel
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

config = {
'version': '2.0.1',
'version': '2.0.2',
'name': 'pyCRISPRcleanR',
'description': 'This is python implementation of CRISPRcleanR package for unsupervised identification and correction of gene independent cell responses to CRISPR-cas9 targeting',
'author': 'Shriram Bhosle',
Expand Down
Loading

0 comments on commit 59c42c0

Please sign in to comment.