Skip to content

Commit

Permalink
cut a new release; now with bam2wav
Browse files Browse the repository at this point in the history
  • Loading branch information
ryneches committed Jan 1, 2013
1 parent 6fd7058 commit bb0f98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pique/constants.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python


# Pique version # Pique version
version = '0.1.4' version = '0.1.5'


# cache directory for storing temporary and downloaded files # cache directory for storing temporary and downloaded files
cache_dir = '/tmp/pique' cache_dir = '/tmp/pique'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
Extension( 'pique.peak' , [ 'pique/peak.pyx' ] ) ] Extension( 'pique.peak' , [ 'pique/peak.pyx' ] ) ]


setup(name = 'pique', setup(name = 'pique',
version = '0.1.4', version = '0.1.5',
description = 'An efficient peak finder for high coverage ChIP-seq experiments.', description = 'An efficient peak finder for high coverage ChIP-seq experiments.',
#long_description=read('README'), #long_description=read('README'),
author = 'Russell Neches', author = 'Russell Neches',
Expand Down

0 comments on commit bb0f98a

Please sign in to comment.