diff --git a/README.md b/README.md index 27167e0..3b560a7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pysbatch 0.1.5 +# pysbatch 0.1.6 ![PyPI - Python Version](https://img.shields.io/badge/python-≥3.5-blue.svg) ![PyPI - Slurm Version](https://img.shields.io/badge/slurm-≥18-green.svg) diff --git a/setup.py b/setup.py index 8291e4c..9df74a0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pysbatch', - version='0.1.5', + version='0.1.6', description='Submit slurm job in python', url='https://github.com/luptior/pysbatch', author='Gan Xu',