Changeset 12 for pkipplib/trunk/ipplib
- Timestamp:
- 05/19/06 17:10:44 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkipplib/trunk/ipplib/version.py
r3 r12 21 21 # 22 22 23 __version__ = "0.0 1"23 __version__ = "0.02" 24 24 25 __doc__ = "ipplib : an implementation of IPP inPython."25 __doc__ = "ipplib : IPP and CUPS support for Python." 26 26 27 27 __author__ = "Jerome Alet - alet@librelogiciel.com" 28 28 29 __years__ = "2003, 2004, 2005 "29 __years__ = "2003, 2004, 2005, 2006" 30 30 31 31 __gplblurb__ = """This program is free software; you can redistribute it and/or modify