Changeset 197 for trunk


Ignore:
Timestamp:
05/18/09 17:06:53 (15 years ago)
Author:
bas
Message:

Update version info to 3.2.5

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup.py.in

    r187 r197  
    4747
    4848setup ( name = 'pbs_python',
    49         version = '3.0.2',
     49        version = '3.2.5',
    5050        description = 'openpbs/torque python interface',
    5151        author = 'Bas van der Vlies',
  • trunk/src/pbs.py

    r187 r197  
    534534  Returns the pbs python interface version as a string.
    535535  """
    536   return '3.0.2'
     536  return '3.2.5'
    537537
    538538# A useful dict with error codes to text
Note: See TracChangeset for help on using the changeset viewer.