Changeset 3956

Show
Ignore:
Timestamp:
07/04/08 01:18:53 (3 months ago)
Author:
cakebread
Message:

Version bump.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doapviewmacro/0.11/setup.py

    r3952 r3956  
    44 
    55PACKAGE = 'DoapViewPlugin' 
    6 VERSION = '0.1
     6VERSION = '0.2
    77 
    88setup(name=PACKAGE, version=VERSION, 
     
    2525      license='GPL-2', 
    2626      package_dir={ 'DoapView' : 'DoapView'}, 
     27      zip_safe=True, 
    2728      packages=['DoapView'], 
    2829      package_data={ 'DoapView' : ['DoapView/*', 'DoapView/templates/*.html']},