From 8bdcd75a11f629aff4b15ec0ae0faaf165a44fb1 Mon Sep 17 00:00:00 2001 From: Amit Dev Date: Sat, 9 Jul 2022 16:47:15 +1000 Subject: [PATCH] Updating version to publish prebuilt wheels --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7977a67..ef72784 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ sources = ['lru.c']) setup (name = 'lru-dict', - version = '1.1.7', + version = '1.1.8', description = 'An Dict like LRU container.', long_description = open('README.rst').read(), long_description_content_type="text/x-rst",