~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Parth Malwankar
  • Date: 2010-03-03 16:35:05 UTC
  • mto: (0.44.2 grep) (6531.3.1 merge-grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: parth.malwankar@gmail.com-20100303163505-ehv4jwnsyag03ptv
updated version_info

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
bzr_plugin_name = 'grep'
5
5
 
6
 
bzr_plugin_version = (0, 0, 1)
 
6
bzr_plugin_version = (0, 1, 'dev')
7
7
bzr_commands = ['grep']
8
8
 
9
9
if __name__ == 'main':
10
10
    setup(name="bzr grep",
11
 
          version="0.0.1",
 
11
          version="0.1dev",
12
12
          description="Print lines matching pattern for specified "
13
13
                      "files and revisions",
14
14
          author="Canonical Ltd",