Changeset 12 for pkipplib/trunk/ipplib

Show
Ignore:
Timestamp:
05/19/06 17:10:44 (18 years ago)
Author:
jerome
Message:

Fixed setup script

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkipplib/trunk/ipplib/version.py

    r3 r12  
    2121# 
    2222 
    23 __version__ = "0.01" 
     23__version__ = "0.02" 
    2424 
    25 __doc__ = "ipplib : an implementation of IPP in Python." 
     25__doc__ = "ipplib : IPP and CUPS support for Python." 
    2626 
    2727__author__ = "Jerome Alet - alet@librelogiciel.com" 
    2828 
    29 __years__ = "2003, 2004, 2005" 
     29__years__ = "2003, 2004, 2005, 2006" 
    3030 
    3131__gplblurb__ = """This program is free software; you can redistribute it and/or modify