Skip to content

Commit

Permalink
update version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wakefield committed Dec 12, 2016
1 parent 72237c0 commit c1cba47
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/plot.m.html
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ <h1 class="title"><span class="name">plot</span> module</h1>
<span class="n">__copyright__</span> <span class="o">=</span> <span class="s2">&quot;Copyright 2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne&quot;</span>
<span class="n">__credits__</span> <span class="o">=</span> <span class="p">[</span><span class="s2">&quot;Matthew Wakefield&quot;</span><span class="p">,]</span>
<span class="n">__license__</span> <span class="o">=</span> <span class="s2">&quot;GPLv3&quot;</span>
<span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;1.0.0b1&quot;</span>
<span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;1.0.0&quot;</span>
<span class="n">__maintainer__</span> <span class="o">=</span> <span class="s2">&quot;Matthew Wakefield&quot;</span>
<span class="n">__email__</span> <span class="o">=</span> <span class="s2">&quot;wakefield@wehi.edu.au&quot;</span>
<span class="n">__status__</span> <span class="o">=</span> <span class="s2">&quot;beta&quot;</span>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='survivalvolume',
version='1.0.0b1',
version='1.0.0',
author='Matthew Wakefield',
author_email='matthew.wakefield@unimelb.edu.au',
install_requires = [
Expand Down
2 changes: 1 addition & 1 deletion survivalvolume/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
__copyright__ = "Copyright 2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
__credits__ = ["Matthew Wakefield",]
__license__ = "GPLv3"
__version__ = "1.0.0b1"
__version__ = "1.0.0"
__maintainer__ = "Matthew Wakefield"
__email__ = "wakefield@wehi.edu.au"
__status__ = "beta"
Expand Down
2 changes: 1 addition & 1 deletion survivalvolume/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__copyright__ = "Copyright 2011-2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
__credits__ = ["Matthew Wakefield",]
__license__ = "GPLv3"
__version__ = "1.0.0b1"
__version__ = "1.0.0"
__maintainer__ = "Matthew Wakefield"
__email__ = "wakefield@wehi.edu.au"
__status__ = "Beta"
Expand Down
2 changes: 1 addition & 1 deletion survivalvolume/tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__copyright__ = "Copyright 2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
__credits__ = ["Matthew Wakefield",]
__license__ = "GPLv3"
__version__ = "1.0.0b1"
__version__ = "1.0.0"
__maintainer__ = "Matthew Wakefield"
__email__ = "wakefield@wehi.edu.au"
__status__ = "beta"
Expand Down
2 changes: 1 addition & 1 deletion survivalvolume/tests/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
__copyright__ = "Copyright 2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
__credits__ = ["Matthew Wakefield",]
__license__ = "GPLv3"
__version__ = "1.0.0b1"
__version__ = "1.0.0"
__maintainer__ = "Matthew Wakefield"
__email__ = "wakefield@wehi.edu.au"
__status__ = "beta"
Expand Down
2 changes: 1 addition & 1 deletion survivalvolume/tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__copyright__ = "Copyright 2016 Matthew Wakefield, The Walter and Eliza Hall Institute and The University of Melbourne"
__credits__ = ["Matthew Wakefield",]
__license__ = "GPLv3"
__version__ = "1.0.0b1"
__version__ = "1.0.0"
__maintainer__ = "Matthew Wakefield"
__email__ = "wakefield@wehi.edu.au"
__status__ = "beta"
Expand Down

0 comments on commit c1cba47

Please sign in to comment.