diff --git a/README.md b/README.md
index 74c24c2..3f1146d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# 🤖 Pytomatas
-**📌 Version 1.1.2**
+**📌 Version 1.1.3**
diff --git a/setup.py b/setup.py
index 30475a2..bf93ea6 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
setup(
name="Pytomatas",
- version="1.1.2",
+ version="1.1.3",
packages=["Pytomatas"] or find_packages("src"),
package_dir={"": "src"},
author="arhcoder",