Skip to content

Commit

Permalink
Pytomatas v.1.1.4
Browse files Browse the repository at this point in the history
All installation errors solved :3
  • Loading branch information
arhcoder committed Jun 5, 2023
1 parent 96b91b0 commit 137a6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🤖 Pytomatas

**📌 Version 1.1.3**
**📌 Version 1.1.4**

<hr>

Expand Down Expand Up @@ -44,7 +44,7 @@ What can do?
You can install Pytomatas using pip:

```bash
pip install -i https://pypi.org/simple/ Pytomatas
pip install Pytomatas
```

<br>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="Pytomatas",
version="1.1.3",
version="1.1.4",
packages=["Pytomatas"] or find_packages("src"),
package_dir={"": "src"},
author="arhcoder",
Expand Down

0 comments on commit 137a6c5

Please sign in to comment.