/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2006-11-02 22:51:33 UTC
  • mto: (66.2.3 bzr-gtk)
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: jelmer@samba.org-20061102225133-32bb4df66b0c5467
Fix name for bzr-gtk (closes: #67933), update version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
 
50
50
setup(
51
 
    name = "gtk",
52
 
    version = "0.11.0",
 
51
    name = "bzr-gtk",
 
52
    version = "0.12.0",
53
53
    maintainer = "Jelmer Vernooij",
54
54
    maintainer_email = "jelmer@samba.org",
55
55
    description = "GTK+ Frontends for various Bazaar commands",