Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
luptior committed Sep 16, 2018
1 parent 89abd87 commit e6ff63c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand All @@ -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',
Expand All @@ -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'
)

0 comments on commit e6ff63c

Please sign in to comment.