Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian de Ruiter committed May 9, 2017
1 parent 2bac5b2 commit b4231fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: imfusion
version: 0.3.0
version: 0.3.1

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setuptools.setup(
name='imfusion',
version='0.3.0',
version='0.3.1',
description=('Tool for identifying transposon insertions in '
'Insertional Mutagenesis screens from gene-transposon '
'fusions using single- and paired-end RNA-sequencing data.'),
Expand Down
2 changes: 1 addition & 1 deletion src/imfusion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Julian de Ruiter'
__email__ = 'julianderuiter@gmail.com'
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit b4231fe

Please sign in to comment.