Skip to content

Commit 8bdcd75

Browse files
authored
Updating version to publish prebuilt wheels
1 parent 8216f47 commit 8bdcd75

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.7',
7+
version = '1.1.8',
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)