~trac-bzr-team/trac-bzr/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin von Gagern
  • Date: 2010-08-13 12:39:26 UTC
  • Revision ID: martin.vgagern@gmx.net-20100813123926-socumydfyyzp36uu
Tags: 0.4.1
Avoid -dev tag for releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    name='TracBzr',
13
13
    description='Bazaar plugin for Trac',
14
14
    keywords='trac vcs plugin bazaar bzr',
15
 
    version='0.4.0',
 
15
    version='0.4.1',
16
16
    url='http://launchpad.net/trac-bzr',
17
17
    license='GPL',
18
18
    author='Trac Bazaar Team',