This commit is contained in:
Georgios Verigakis
2017-04-10 14:34:56 +03:00
parent 91d9d3cb05
commit 33ab0be1ec
2 changed files with 4 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ from sys import stderr
from time import time
__version__ = '1.2'
__version__ = '1.3'
class Infinite(object):

View File

@@ -22,5 +22,8 @@ setup(
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3'
'Programming Language :: Python :: 3.4'
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.6'
]
)