From c1cba47e490f766affffc2f108915a57bd5b0b87 Mon Sep 17 00:00:00 2001 From: Matthew Wakefield Date: Mon, 12 Dec 2016 16:06:53 +1100 Subject: [PATCH] update version strings --- docs/plot.m.html | 2 +- setup.py | 2 +- survivalvolume/plot.py | 2 +- survivalvolume/tests/test_all.py | 2 +- survivalvolume/tests/test_data.py | 2 +- survivalvolume/tests/test_parse.py | 2 +- survivalvolume/tests/test_plot.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/plot.m.html b/docs/plot.m.html index 6346393..b641852 100644 --- a/docs/plot.m.html +++ b/docs/plot.m.html @@ -1167,7 +1167,7 @@

plot module

__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" diff --git a/setup.py b/setup.py index 9972012..c8561bf 100755 --- a/setup.py +++ b/setup.py @@ -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 = [ diff --git a/survivalvolume/plot.py b/survivalvolume/plot.py index a5a49aa..5ddbeeb 100755 --- a/survivalvolume/plot.py +++ b/survivalvolume/plot.py @@ -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" diff --git a/survivalvolume/tests/test_all.py b/survivalvolume/tests/test_all.py index cc6af3e..c5f9c78 100755 --- a/survivalvolume/tests/test_all.py +++ b/survivalvolume/tests/test_all.py @@ -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" diff --git a/survivalvolume/tests/test_data.py b/survivalvolume/tests/test_data.py index 78b8285..33831ae 100755 --- a/survivalvolume/tests/test_data.py +++ b/survivalvolume/tests/test_data.py @@ -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" diff --git a/survivalvolume/tests/test_parse.py b/survivalvolume/tests/test_parse.py index e495e92..08ae0b5 100755 --- a/survivalvolume/tests/test_parse.py +++ b/survivalvolume/tests/test_parse.py @@ -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" diff --git a/survivalvolume/tests/test_plot.py b/survivalvolume/tests/test_plot.py index ee593aa..e047588 100755 --- a/survivalvolume/tests/test_plot.py +++ b/survivalvolume/tests/test_plot.py @@ -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"