Skip to content

Commit 5a2b7e9

Browse files
chayimswilly22
andauthored
s/RedisLabs/Redis/ in select places (#143)
* s/RedisLabs/Redis/ in select places * Update pyproject.toml * Update README.md Co-authored-by: Roi Lipman <swilly22@users.noreply.github.com>
1 parent 467d625 commit 5a2b7e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018, Redis Labs
3+
Copyright (c) 2018, Redis
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Total alerts](https://img.shields.io/lgtm/alerts/g/RedisGraph/redisgraph-py.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/RedisGraph/redisgraph-py/alerts/)
88

99
# redisgraph-py
10-
[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redislabs.com/c/modules/redisgraph)
10+
[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redis.com/c/modules/redisgraph)
1111
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/gWBRT6P)
1212

1313
RedisGraph python client

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "redisgraph"
33
version = "2.4.0"
44
description = "RedisGraph Python Client"
5-
authors = ["RedisLabs <oss@redislabs.com>"]
5+
authors = ["Redis <oss@redis.com>"]
66
license = "BSD-3-Clause"
77
readme = "README.md"
88
keywords = ["Redis", "Graph"]

0 commit comments

Comments
 (0)