From b5ec33e5bb338dd815d2ec8fc6819626ef667821 Mon Sep 17 00:00:00 2001 From: Amit Dev Date: Sat, 27 May 2023 10:54:28 +1000 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a301d0..deca7df 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ sources = ['lru.c']) setup (name = 'lru-dict', - version = '1.1.8', + version = '1.2.0', description = 'An Dict like LRU container.', long_description = open('README.rst').read(), long_description_content_type="text/x-rst",