diff --git a/setup.py b/setup.py
index a7e20abdf7bfcb16961c9b63ee9c8f9f7b94893f..5539b12bce0d517a761b6e1335cfc150b3f7b5cc 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ long_description = (this_directory / "README.md").read_text()
 setup(
     name='netbone',
     packages=find_packages(),
-    version='0.2',
+    version='0.2.0',
     author='Ali Yassin',
     license='MIT',
     author_email='aliyassin4@hotmail.com',