Drop Protocol class to support Python 3.7

This commit is contained in:
Andrew Brookins 2021-11-08 15:41:10 -08:00
parent 3ee2252539
commit 984c11679a
3 changed files with 3 additions and 26 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "redis-om"
version = "0.0.7"
version = "0.0.8"
description = "A high-level library containing useful Redis abstractions and tools, like an ORM and leaderboard."
authors = ["Andrew Brookins <andrew.brookins@redis.com>"]
maintainers = ["Andrew Brookins <andrew.brookins@redis.com>"]