Release 0.2 with Python 3 support.

This commit is contained in:
Quantum 2017-11-19 03:04:51 -05:00
parent d9d3c171cf
commit ccd00e12f5

View file

@ -3,7 +3,7 @@ from setuptools import setup
setup( setup(
name='2048', name='2048',
version='0.1', version='0.2',
packages=['_2048'], packages=['_2048'],
package_data={ package_data={
'_2048': ['*.ttf'], '_2048': ['*.ttf'],