Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Viacheslav Ostroukh
slurmified
Commits
aa58f790
Commit
aa58f790
authored
Apr 19, 2017
by
Viacheslav Ostroukh
Browse files
fix version in setup.py
parent
6af243d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
aa58f790
...
...
@@ -4,7 +4,7 @@ from os.path import exists
from
setuptools
import
setup
setup
(
name
=
'slurmified'
,
version
=
'0.0.
1
'
,
version
=
'0.0.
2
'
,
description
=
'Dask.Didtributed on SLURM-managed clusters'
,
url
=
'https://gitlab.kwant-project.org/slavoutich/slurmified/'
,
maintainer
=
'Viacheslav Ostroukh'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment