We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b91b0 commit 137a6c5Copy full SHA for 137a6c5
README.md
@@ -1,6 +1,6 @@
1
# 🤖 Pytomatas
2
3
-**📌 Version 1.1.3**
+**📌 Version 1.1.4**
4
5
<hr>
6
@@ -44,7 +44,7 @@ What can do?
44
You can install Pytomatas using pip:
45
46
```bash
47
-pip install -i https://pypi.org/simple/ Pytomatas
+pip install Pytomatas
48
```
49
50
<br>
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name="Pytomatas",
11
- version="1.1.3",
+ version="1.1.4",
12
packages=["Pytomatas"] or find_packages("src"),
13
package_dir={"": "src"},
14
author="arhcoder",
0 commit comments