Skip to content

Commit

Permalink
add python 3.7; bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdej committed Jun 7, 2019
1 parent 8906ab8 commit 82c4a18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='puzpy',
version='0.2.3',
version='0.2.4',
description='python crossword puzzle library',
author='Alex Dejarnatt',
author_email='adejarnatt@gmail.com',
Expand All @@ -27,6 +27,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Games/Entertainment :: Puzzle Games',
],
keywords='puz crosswords crossword puzzle acrosslite xword xwords'
Expand Down

0 comments on commit 82c4a18

Please sign in to comment.