Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed May 4, 2016
1 parent c10b0cb commit 64bafa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gdsctools/gdsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@


class IC50Cluster(IC50):
"""
Used in v18 only
"""
def __init__(self, ic50, ratio_threshold=10, verbose=True):
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

_MAJOR = 0
_MINOR = 11
_MICRO = 2
_MICRO = 3
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)

Expand Down

0 comments on commit 64bafa1

Please sign in to comment.