Skip to content

Commit

Permalink
chore(unetpy): updated version number for release and the fjage versi…
Browse files Browse the repository at this point in the history
…on dependency
  • Loading branch information
prasadtiru committed Feb 21, 2019
1 parent 5354140 commit 905ccae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/Unet-Python-API/setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='unetpy',
version='3.0a',
version='3.0a1',
description='Unet Python Gateway',
long_description=readme,
author='Mandar Chitre, Prasad Anjangi',
Expand All @@ -21,6 +21,6 @@
packages=find_packages(exclude=('tests', 'docs')),
install_requires=[
'numpy>=1.11',
'fjagepy==1.5.2a1'
'fjagepy==1.5.2a2'
]
)

0 comments on commit 905ccae

Please sign in to comment.