From e01c68392bd3c537b725983fc415033654dfd434 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Wed, 3 Mar 2021 15:15:04 +0100 Subject: [PATCH] bump to 0.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 219d417..046b072 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="rethinkdb_mock", zip_safe=True, - version='0.9.10', + version='0.10.0', description="A pure-python in-memory mock of rethinkdb (formerly MockThink)", url="https://github.com/Inveracity/rethinkdb-mock", maintainer="Christopher Baklid",