From ccd00e12f5bbdf6402110d1c1a76d2d7ffac06c1 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 19 Nov 2017 03:04:51 -0500 Subject: [PATCH] Release 0.2 with Python 3 support. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8fd584..3007560 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='2048', - version='0.1', + version='0.2', packages=['_2048'], package_data={ '_2048': ['*.ttf'],