diff --git a/setup.py b/setup.py index 8d64d32..d6438aa 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -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'