From 82c4a18081ce0234440320a8fb9a04f995cc252d Mon Sep 17 00:00:00 2001 From: Alex DeJarnatt Date: Fri, 7 Jun 2019 11:04:49 -0400 Subject: [PATCH] add python 3.7; bump version number --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'