Skip to content

Commit

Permalink
Bump version: 1.2.0rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarteberg committed Aug 17, 2016
1 parent ca7ace7 commit ec76335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ilastik.py
Expand Up @@ -81,6 +81,7 @@ def main():
#parsed_args.project='/magnetic/data/multicut-testdata/2d/MyMulticut2D.ilp'
#parsed_args.project = '/Users/bergs/MyMulticutProject.ilp'
#parsed_args.project = '/magnetic/data/multicut-testdata/chris-256/MyMulticutProject-chris256.ilp'
#parsed_args.project = '/magnetic/data/flyem/fib25-neuroproof-validation/fib25-multicut/mc-training/mc-training-with-corrected-gt.ilp'

## Headless-mode options
#parsed_args.headless = True
Expand Down
2 changes: 1 addition & 1 deletion ilastik/__init__.py
Expand Up @@ -43,7 +43,7 @@ def _format_version(t):
"""converts a tuple to a string"""
return '.'.join(str(i) for i in t)

__version_info__ = (1, 2, '0rc8') # Don't forget to update the splash screen!
__version_info__ = (1, 2, '0rc9') # Don't forget to update the splash screen!
__version__ = _format_version(__version_info__)

core_developers = [ "Janez Ales",
Expand Down

0 comments on commit ec76335

Please sign in to comment.