We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099aa1b commit 031e1d6Copy full SHA for 031e1d6
README.txt
@@ -1,5 +1,5 @@
1
=== Requirements ===
2
-* Python 2.6+ or 3.x (up to 3.3)
+* Python 2.6+ or 3.x
3
* 32 bit Windows, 32/64 bit Linux, or Mac OS/X (64 bit architecture)
4
5
=== About ===
setup.py
@@ -7,7 +7,7 @@
7
from distutils.core import setup
8
9
setup(name='tdl',
10
- version='1.1.4',
+ version='1.1.5',
11
author='Kyle Stewart',
12
author_email='4B796C65+pythonTDL@gmail.com',
13
description='Pythonic port of rogue-like library libtcod.',
0 commit comments