From 992e90cdaeac602a1f2f2fdb766d46942aa6b6c1 Mon Sep 17 00:00:00 2001 From: Benjamin Crom Date: Tue, 2 Jan 2018 12:58:54 -0500 Subject: [PATCH] Pull requests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6661a41..d8b595d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='scrabble', - version='1.2', + version='1.3', description='Scrabble game with move recovery and best move analysis', url='https://github.com/benjamincrom/scrabble', author='Benjamin B. Crom',