Changeset 1004

Show
Ignore:
Timestamp:
08/30/07 10:36:54 (15 months ago)
Author:
wichert
Message:

Bump version

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup.py

    r1003 r1004  
    33from setuptools import setup, find_packages 
    44 
     5version = "1.0alpha1" 
     6 
    57setup(  name            = "pyrad", 
    6         version         = "0.9", 
     8        version         = "version", 
    79        author          = "Wichert Akkerman", 
    810        author_email    = "wichert@simplon.biz",