diff --git a/README.md b/README.md index f9d3ea2..8fc1244 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Container Critique -![container-critique-logo](container-critique.png) + + Container Critique is a blog based on Pythons Flask framework. The blog is intended to be used to review and critique movies, books and similar media. diff --git a/container-critique.png b/container-critique.png index 628e2cd..2d19904 100644 Binary files a/container-critique.png and b/container-critique.png differ diff --git a/container-critique.xcf b/container-critique.xcf new file mode 100644 index 0000000..cb11480 Binary files /dev/null and b/container-critique.xcf differ diff --git a/pyproject.toml b/pyproject.toml index 25d5b6a..02d890d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "container-critique" -version = "1.0.0" +version = "1.0.1" requires-python = ">=3.14" dependencies = [ "bleach>=6.3.0", diff --git a/src/static/graphics/logo.png b/src/static/graphics/logo.png index 628e2cd..5a71d19 100644 Binary files a/src/static/graphics/logo.png and b/src/static/graphics/logo.png differ