From 91b9e7f5610ea0216432cc66cc08d85ce69411bc Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Fri, 16 Feb 2018 02:10:24 +0330 Subject: [PATCH] fix : migrate to version 0.5 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d17ebe09..29f6d8b5 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name = 'opem', packages = ['opem','opem.Static','opem.Dynamic'], - version = '0.4', + version = '0.5', description = 'Open Source PEM Cell Simulation Tool', long_description='''Open Source PEM Cell Simulation Tool''', author = 'Sepand Haghighi,Kasra Askari,Sarmin Hamidi,Mohammad Mahdi Rahimi', author_email = 'opem@ecsim.ir', url = 'https://github.com/ecsim/opem', - download_url = 'https://github.com/ecsim/opem/tarball/v0.4', + download_url = 'https://github.com/ecsim/opem/tarball/v0.5', keywords = ["OPEM","PEM","FC","CELL","Fuel Cell","Chemistry"], install_requires=[ 'art',