Skip to content

Commit

Permalink
Renamed Turkey flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Eboreg committed Sep 24, 2024
1 parent a00a731 commit 40366be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image2ascii/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.6.2"
__version__ = "0.6.3"

VERSION = tuple(map(int, __version__.split(".")))
File renamed without changes
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"Pillow==8.*",
]
name = "image2ascii"
requires-python = ">=3.5"
requires-python = ">=3.6"
authors = [
{name = "Robert Huselius", email = "[email protected]"},
]
Expand All @@ -33,6 +33,10 @@ www = [
"requests==2.*",
"uWSGI==2.*",
]
dev = [
"beautifulsoup4",
"types-requests",
]

[project.scripts]
image2ascii = "image2ascii.cli:main"
Expand Down

0 comments on commit 40366be

Please sign in to comment.