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"