diff --git a/setup.py b/setup.py index fac99a9..00aa397 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ read_md = lambda f: open(f, 'r').read() setup(name='slotmachine', - version='0.0.3.6', + version='0.0.3.7', description='Simple, expandable, customizable slot machine', long_description=read_md('README.md'), long_description_content_type='text/markdown'