From 86c7fdd015e788f7cac8cdfed3b93e3a39b936de Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Wed, 29 Sep 2021 13:45:26 +0300 Subject: [PATCH 1/2] s/RedisLabs/Redis/ in select places --- README.rst | 2 +- docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 3d05052..edd15ab 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ redisai-py :target: https://redisai-py.readthedocs.io/en/latest/?badge=latest .. image:: https://img.shields.io/badge/Forum-RedisAI-blue - :target: https://forum.redislabs.com/c/modules/redisai + :target: https://forum..com/c/modules/redisai .. image:: https://img.shields.io/discord/697882427875393627?style=flat-square :target: https://discord.gg/rTQm7UZ diff --git a/docs/conf.py b/docs/conf.py index d098b8d..0d5acc9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "redisai-py" -copyright = "2020, RedisLabs" -author = "RedisLabs" +copyright = "2020, Redis" +author = "Redis" release = "1.0.2" extensions = [ "sphinx.ext.autodoc", diff --git a/pyproject.toml b/pyproject.toml index 24c8f78..0497937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "redisai" version = "1.0.2" description = "RedisAI Python Client" -authors = ["RedisLabs "] +authors = ["Redis "] license = "BSD-3-Clause" readme = "README.rst" @@ -52,7 +52,7 @@ scikit-image = "==0.16.2" "Project URL" = "https://redisai.io" Repository = "https://github.com/RedisAI/redisai-py" Documentation = "https://redisai.readhtedocs.io" -Homepage = "https://oss.redislabs.com/redisai/" +Homepage = "https://oss..com/redisai/" Tracker = "https://github.com/RedisAI/redisai-py/issues" [build-system] From bc68c55c2a197443152a8bf7821b6d874bacd7ba Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Sun, 10 Apr 2022 10:17:10 +0300 Subject: [PATCH 2/2] fixing --- README.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index edd15ab..056ee48 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ redisai-py :target: https://redisai-py.readthedocs.io/en/latest/?badge=latest .. image:: https://img.shields.io/badge/Forum-RedisAI-blue - :target: https://forum..com/c/modules/redisai + :target: https://forum.redis.com/c/modules/redisai .. image:: https://img.shields.io/discord/697882427875393627?style=flat-square :target: https://discord.gg/rTQm7UZ diff --git a/pyproject.toml b/pyproject.toml index 6c752f4..d6f8596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "redisai" version = "1.2.1" description = "RedisAI Python Client" -authors = ["Redis "] +authors = ["Redis "] license = "BSD-3-Clause" readme = "README.rst"