Skip to content

Commit

Permalink
Update setup.py with version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erickmartins committed Jun 20, 2023
1 parent fdcfbaa commit 0983eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def read(fname):
packages=['', 'omero.plugins'],
package_dir={"": "src"},
name="omero-cli-transfer",
version=os.environ.get('VERSION', '0.0.0'),
version=os.environ.get('VERSION', '0.5.0'),
maintainer="Erick Ratamero",
maintainer_email="erick.ratamero@jax.org",
description=("A set of utilities for exporting a transfer"
Expand Down

0 comments on commit 0983eb9

Please sign in to comment.