Skip to content

Commit

Permalink
Updating version to publish prebuilt wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdev authored Jul 9, 2022
1 parent 8216f47 commit 8bdcd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8bdcd75

Please sign in to comment.