~flimm/ooo-thumbnailer/releases

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: David D Lowe
  • Date: 2010-05-19 18:39:58 UTC
  • mfrom: (1.1.7 bash-ooo-thumbnailer)
  • Revision ID: daviddlowe.flimm@gmail.com-20100519183958-s3qe3x07dqsodyhk
0.2.1 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        
10
10
    setup( name="ooo-thumbnailer", # this should start with a lowercase letter 
11
11
        #so that it can be used as a debian package name later on
12
 
    version="0.2", # string, version of your program, not python version
 
12
    version="0.2.1", # string, version of your program, not python version
13
13
    description="OpenOffice.org thumbnailer for OpenOffice.org documents, spreadsheets, presentations and drawings.", # short
14
14
    author="David D Lowe",
15
15
    author_email="DavidDLowe.flimm@gmail.com",