mirror of
https://github.com/verigak/progress.git
synced 2025-12-08 19:33:24 +00:00
Bump
This commit is contained in:
@@ -21,7 +21,7 @@ from sys import stderr
|
|||||||
from time import time
|
from time import time
|
||||||
|
|
||||||
|
|
||||||
__version__ = '1.2'
|
__version__ = '1.3'
|
||||||
|
|
||||||
|
|
||||||
class Infinite(object):
|
class Infinite(object):
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -22,5 +22,8 @@ setup(
|
|||||||
'Programming Language :: Python :: 2.6',
|
'Programming Language :: Python :: 2.6',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3.3'
|
'Programming Language :: Python :: 3.3'
|
||||||
|
'Programming Language :: Python :: 3.4'
|
||||||
|
'Programming Language :: Python :: 3.5'
|
||||||
|
'Programming Language :: Python :: 3.6'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user