diff --git a/HISTORY.rst b/HISTORY.rst
index f76f03b..2c5b466 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,6 +5,14 @@ History
 
 .. to_doc
 
+----------------------
+1.0.0 (2017-05-26)
+----------------------
+
+* New utilities for xunit xargs and waiting on a workflow to complete
+* Support for quota API, and other new bioblend operations.
+* Even more updated help
+
 ----------------------
 1.0.0.rc1 (2017-05-03)
 ----------------------
diff --git a/parsec/__init__.py b/parsec/__init__.py
index 735f98b..7437db1 100644
--- a/parsec/__init__.py
+++ b/parsec/__init__.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
 
-__version__ = '0.9.rc1'
+__version__ = '1.0.0'
 
 PROJECT_NAME = "parsec"
diff --git a/setup.py b/setup.py
index 92c8eba..b0f66b8 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
     # TODO: put package test requirements here
 ]
 
-version = '1.0.0-rc5'
+version = '1.0.0'
 subpackages = [x.replace('/', '.') for x in glob.glob('parsec/commands/*') if not x.endswith('.py')]
 
 setup(