Release v1.0
diff --git a/HISTORY.rst b/HISTORY.rst
index e24a374..2a37fda 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,11 @@
History
-------
+1.0 (2014-10-12)
+++++++++++++++++
+
+- Update IDNA properties for Unicode 7.0.0.
+
0.9 (2014-07-18)
++++++++++++++++
diff --git a/setup.py b/setup.py
index 6ce4bb2..4b53b91 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
from setuptools import setup
import io
-version = "0.9"
+version = "1.0"
def main():
@@ -39,6 +39,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
'Topic :: Internet :: Name Service (DNS)',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities',