Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
perdigao1 committed Jan 17, 2022
1 parent 1e8c28a commit a6ab332
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "RedLionfish" %}
{% set version = "0.5" %}
{% set version = "0.6" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion redlionfish.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#To be run from the command line
#It needs to be a seperate file otherwise the imports will fail

__version__ = "0.5"
__version__ = "0.6"

# Ability to run from command line providing tiff (or other) filenames
def main():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
long_description = (this_directory / "README.md").read_text()

setup(
version = '0.5',
version = '0.6',
name = 'RedLionfish',
description = 'Fast Richardson-Lucy deconvolution of 3D volume data using GPU or CPU with napari plugin.',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion setup_for_condabuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
long_description = (this_directory / "README.md").read_text()

setup(
version = '0.5',
version = '0.6',
name = 'RedLionfish',
description = 'Fast Richardson-Lucy deconvolution of 3D volume data using GPU or CPU with napari plugin.',
long_description=long_description,
Expand Down

0 comments on commit a6ab332

Please sign in to comment.