Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Sep 23, 2013
1 parent 5498fb8 commit d265224
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions progressbar/__init__.py
Expand Up @@ -49,6 +49,7 @@
import signal
import sys
import time
from datetime import date

try:
from fcntl import ioctl
Expand All @@ -66,8 +67,8 @@

__author__ = 'Rick van Hattem'
__author_email__ = 'Rick.van.Hattem@Fawo.nl'
__date__ = '2012-02-20'
__version__ = '2.4.1'
__date__ = str(date.today())
__version__ = '2.5.0'


class UnknownLength:
Expand Down

0 comments on commit d265224

Please sign in to comment.