summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2022-03-05 17:16:36 -0600
committerJay Hutchinson <jlhutch@gmail.com>2022-03-06 10:27:55 -0600
commitaa7025ee9b220dd7269f1ba7743631d27b97013a (patch)
tree2eca8d94e68b2a100ddbb4b3bed17310c5c93e21
parentf3b10e11d8253adb2a91318230952354dd77829e (diff)
downloadpylru-aa7025ee9b220dd7269f1ba7743631d27b97013a.tar.gz
Version bump.v1.2.1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 98761a9..a5b26f2 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import setuptools
setuptools.setup(
name = "pylru",
- version = "1.2.0",
+ version = "1.2.1",
py_modules=['pylru'],
description = "A least recently used (LRU) cache implementation",
author = "Jay Hutchinson",