Skip to content

Commit b5ec33e

Browse files
authored
Bump version
1 parent 7942c33 commit b5ec33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
sources = ['lru.c'])
55

66
setup (name = 'lru-dict',
7-
version = '1.1.8',
7+
version = '1.2.0',
88
description = 'An Dict like LRU container.',
99
long_description = open('README.rst').read(),
1010
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)