Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
param_runner
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BioHPC
param_runner
Commits
1400a1f9
Commit
1400a1f9
authored
8 years ago
by
David Trudgian
Browse files
Options
Downloads
Patches
Plain Diff
Increment version to 0.0.1a2
parent
3ed45347
Branches
Branches containing commit
Tags
1.0.0a2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
param_runner/__init__.py
+1
-1
1 addition, 1 deletion
param_runner/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
param_runner/__init__.py
+
1
−
1
View file @
1400a1f9
__version__
=
'
1.0.0a
1
'
__version__
=
'
1.0.0a
2
'
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
1400a1f9
...
@@ -10,7 +10,7 @@ def read(fname):
...
@@ -10,7 +10,7 @@ def read(fname):
setup
(
setup
(
name
=
"
param_runner
"
,
name
=
"
param_runner
"
,
version
=
"
1.0.0a
1
"
,
version
=
"
1.0.0a
2
"
,
author
=
"
David Trudgian
"
,
author
=
"
David Trudgian
"
,
author_email
=
"
david.trudgian@utsouthwestern.edu
"
,
author_email
=
"
david.trudgian@utsouthwestern.edu
"
,
description
=
(
"
Parameter exploration on SLURM clusters.
"
),
description
=
(
"
Parameter exploration on SLURM clusters.
"
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment