Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeal committed Aug 24, 2015
1 parent 96e4681 commit 5cc8974
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
agglom_cluster Changelog
=======================
1.0.3 - 08/24/2015
------------------
### Improvements
- Added ability to pass a uniqueness flag that forces all quality scores between clusters with the
flag to be 0.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import shutil
from setuptools import setup, find_packages

VERSION = '1.0.2'
VERSION = '1.0.3'

def read(fname):
with open(fname) as fhandle:
Expand Down

0 comments on commit 5cc8974

Please sign in to comment.