From e6ff63c900120ea818596b3de76fff9b99b3275c Mon Sep 17 00:00:00 2001 From: Gan Xu Date: Sun, 16 Sep 2018 05:09:49 -0500 Subject: [PATCH] update --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5aa0e68..8291e4c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pysbatch', - version='0.1.4', + version='0.1.5', description='Submit slurm job in python', url='https://github.com/luptior/pysbatch', author='Gan Xu', @@ -11,7 +11,7 @@ zip_safe=False, classifiers=[ # How mature is this project? - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 4 - Beta', # Indicate who your project is intended for 'Intended Audience :: Science/Research', @@ -25,5 +25,5 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',], keywords='slurm batch job submit', - python_requires='>=3' + python_requires='>=3.5' )