Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfournie committed Jul 3, 2013
1 parent 02e64ab commit 71908c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segeval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# Package description
__version_number__ = '2.0.4'
__version_number__ = '2.0.5'
__release__ = None
__version__ = '-'.join((__version_number__, __release__)) if __release__ is not None else __version_number__
__project__ = 'SegEval'
Expand Down

0 comments on commit 71908c1

Please sign in to comment.