diff --git a/setup.py b/setup.py
index 5b79c648a2e071e2e6a3808500e490f10e226a63..b44b4b3a15017d69a470d9076b61b12facbd8230 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ def read(filename):
 
 setup(
     name='TurnTouch',
-    version='0.1',
+    version='0.2',
     url='https://github.com/antsar/python-turntouch',
     author='Anton Sarukhanov',
     author_email='code@ant.sr',
@@ -22,7 +22,7 @@ setup(
         'bluepy==1.1.4',
     ],
     classifiers=[
-        'Development Status :: 3 - Alpha',
+        'Development Status :: 4 - Beta',
         'Intended Audience :: Developers',
         'Environment :: Console',
         'License :: OSI Approved :: MIT License',