Bump version to 0.2.0
diff --git a/pyproject.toml b/pyproject.toml
index 91d2a8e..a3436be 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "tomlkit"
-version = "0.1.1"
+version = "0.2.0"
 description = "Style preserving TOML library"
 authors = ["Sébastien Eustace <sebastien@eustace.io>"]
 license = "MIT"
diff --git a/tomlkit/__init__.py b/tomlkit/__init__.py
index 6e03fdc..eaa2668 100644
--- a/tomlkit/__init__.py
+++ b/tomlkit/__init__.py
@@ -21,4 +21,4 @@
 from .api import ws
 
 
-__version__ = "0.1.1"
+__version__ = "0.2.0"