Skip to content

Commit

Permalink
Update Version To 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesSP committed Mar 21, 2023
1 parent d011ddf commit a8a5ada
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "Magnipore" %}
{% set version = "1.0.3" %}
{% set version = "1.0.4" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion magnipore/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.0.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]

setup(name='Magnipore',
version='1.0.3',
version='1.0.4',
description='Compares two ONT sequences samples for differential signals cause by mutations and modifications',
author='Jannes Spangenberg',
author_email='[email protected]',
Expand Down

0 comments on commit a8a5ada

Please sign in to comment.