Version 0.9.0
diff --git a/setup.py b/setup.py
index e2f2492..1f16da7 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 with open("README.rst") as readmefile:
     readme = readmefile.read()
 setup(name='toml',
-      version='0.8.2',
+      version='0.9.0',
       description="Python Library for Tom's Obvious, Minimal Language",
       author="Uiri Noyb",
       author_email="uiri@xqz.ca",