Skip to content

Commit

Permalink
OMERO.py 5.4.7 (#10138)
Browse files Browse the repository at this point in the history
* OMERO.py 5.4.7

* Bump version in setup.py to 5.4.7
  • Loading branch information
manics authored and jpuritz committed Jul 30, 2018
1 parent 9c8f614 commit 3c1406d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions recipes/python-omero/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set OMERO_VERSION = "5.4.6" %}
{% set OMERO_BUILD = "87" %}
{% set OMERO_VERSION = "5.4.7" %}
{% set OMERO_BUILD = "93" %}

package:
name: python-omero
version: {{ OMERO_VERSION }}

source:
url: http://downloads.openmicroscopy.org/omero/{{ OMERO_VERSION }}/artifacts/OMERO.py-{{ OMERO_VERSION }}-ice36-b{{ OMERO_BUILD }}.zip
sha1: cd898e581b7658bf8c67b208481de38cc99ceed2
sha1: 97a1665ae7bb55ca107c52bec3b0759ff676de3f

build:
number: 1
Expand Down
2 changes: 1 addition & 1 deletion recipes/python-omero/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from os import listdir

pyfiles = [f.replace('.py', '') for f in listdir('.') if f.endswith('.py')]
setup(name='OMERO Python', version='5.4.6', description='OME (Open Microscopy Environment) develops open-source software and data format standards for the storage and manipulation of biological light microscopy data.', url='https://www.openmicroscopy.org/', packages=find_packages(), py_modules=pyfiles)
setup(name='OMERO Python', version='5.4.7', description='OME (Open Microscopy Environment) develops open-source software and data format standards for the storage and manipulation of biological light microscopy data.', url='https://www.openmicroscopy.org/', packages=find_packages(), py_modules=pyfiles)

0 comments on commit 3c1406d

Please sign in to comment.