diff options
author | cedricbonhomme <devnull@localhost> | 2010-08-25 08:46:50 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-08-25 08:46:50 +0200 |
commit | 27e245b18b3622cf984feee21d55d63a2eb6a88b (patch) | |
tree | ba07b48eca66dbeb1367e5214e4c3eee8f93c4fe /utils.py | |
parent | Configuration file improvement (no need to set the path in the configuration ... (diff) | |
download | newspipe-27e245b18b3622cf984feee21d55d63a2eb6a88b.tar.gz newspipe-27e245b18b3622cf984feee21d55d63a2eb6a88b.tar.bz2 newspipe-27e245b18b3622cf984feee21d55d63a2eb6a88b.zip |
Release 1.8. It is now easier to install pyAggr3g470r. No more need to set any path in the configuration file.
Diffstat (limited to 'utils.py')
-rwxr-xr-x | utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ #-*- coding: utf-8 -*- __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 0.9 $" -__date__ = "$Date: 2010/07/08 $" +__version__ = "$Revision: 1.0 $" +__date__ = "$Date: 2010/08/25 $" __copyright__ = "Copyright (c) 2010 Cedric Bonhomme" __license__ = "GPLv3" |