Skip to content

Commit

Permalink
Pytomatas v.1.1.3
Browse files Browse the repository at this point in the history
Importation error of v.1.1.2 was not solved really, the package works only with a special pip install url, but not with the normal one
  • Loading branch information
arhcoder committed Jun 5, 2023
1 parent 3c1688e commit 96b91b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🤖 Pytomatas

**📌 Version 1.1.2**
**📌 Version 1.1.3**

<hr>

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.2",
version="1.1.3",
packages=["Pytomatas"] or find_packages("src"),
package_dir={"": "src"},
author="arhcoder",
Expand Down

0 comments on commit 96b91b0

Please sign in to comment.