From 275b8e35311c44a391568f1deb399e9121c40c01 Mon Sep 17 00:00:00 2001 From: liu-yucheng Date: Mon, 25 Apr 2022 00:29:00 +0800 Subject: [PATCH] Added other README links to the main README --- README.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dfc558..af3474c 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,12 @@ Follows [PEP8](https://peps.python.org/pep-0008/) with the exceptions shown in t } ``` +# Other `README` Files + +Other `README.*` files in this repository are listed below. + +- [Blend project `README`](aidesign_blend_default_configs/blend_project/README.md) + # Miscellaneous ## Developer's Notes :memo: And Warnings :warning: ### Notes :memo: diff --git a/setup.py b/setup.py index 90dcf4f..4f42b1b 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def main(): """Main function.""" _setup( name="aidesign-blend", - version="1.5.7", + version="1.5.8", description="AIDesign Image Fragments Blending Application", author="Yucheng Liu (From The AIDesign Team)", packages=_find_packages(),