From 13f8d5602feae1fdd4b658caa42069a2f6d2baf7 Mon Sep 17 00:00:00 2001 From: Ahmed Jazzar <11036472+iamjazzar@users.noreply.github.com> Date: Thu, 15 Feb 2024 01:38:34 -0500 Subject: [PATCH] Fix images --- README.md | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cfbdb5b..3b8668f 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Takes an image file and generates a cross stitch pattern using a user specified ## Results -Palestinian Flag +Palestinian Flag -Colored with Symbols -Black White with Symbols -Colored -Keys +Colored with Symbols +Black White with Symbols +Colored +Keys ## Usage diff --git a/pyproject.toml b/pyproject.toml index 717efed..26af42c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ known_first_party = "tarraz" [tool.poetry] name = "tarraz" -version = "1.2.0" +version = "1.2.1" description = "A cross-stitch image generator. Generates a cross stitch pattern given by a user and generates a DMC colored pattern." authors = ["Ahmed Jazzar "] maintainers = []