Skip to content

Commit 137a6c5

Browse files
committed
Pytomatas v.1.1.4
All installation errors solved :3
1 parent 96b91b0 commit 137a6c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🤖 Pytomatas
22

3-
**📌 Version 1.1.3**
3+
**📌 Version 1.1.4**
44

55
<hr>
66

@@ -44,7 +44,7 @@ What can do?
4444
You can install Pytomatas using pip:
4545

4646
```bash
47-
pip install -i https://pypi.org/simple/ Pytomatas
47+
pip install Pytomatas
4848
```
4949

5050
<br>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="Pytomatas",
11-
version="1.1.3",
11+
version="1.1.4",
1212
packages=["Pytomatas"] or find_packages("src"),
1313
package_dir={"": "src"},
1414
author="arhcoder",

0 commit comments

Comments
 (0)