From 33ab0be1ec5298e2beb3949d04aa9f2260183c91 Mon Sep 17 00:00:00 2001 From: Georgios Verigakis Date: Mon, 10 Apr 2017 14:34:56 +0300 Subject: [PATCH] Bump --- progress/__init__.py | 2 +- setup.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/progress/__init__.py b/progress/__init__.py index fb07a36..09dfc1e 100644 --- a/progress/__init__.py +++ b/progress/__init__.py @@ -21,7 +21,7 @@ from sys import stderr from time import time -__version__ = '1.2' +__version__ = '1.3' class Infinite(object): diff --git a/setup.py b/setup.py index 9ec04fc..8cb1059 100755 --- a/setup.py +++ b/setup.py @@ -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' ] )