/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Parth Malwankar
  • Date: 2010-05-22 03:06:45 UTC
  • mto: (0.40.129 grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: parth.malwankar@gmail.com-20100522030645-ret8lgntee8kbg2g
updated version number to 0.3.0dev

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, 2, 0, 'final', 0)
 
6
bzr_plugin_version = (0, 3, 0, 'dev', 0)
7
7
 
8
8
bzr_commands = ['grep']
9
9
 
10
10
if __name__ == 'main':
11
11
    setup(name="bzr grep",
12
 
          version="0.2",
 
12
          version="0.3",
13
13
          description="Print lines matching pattern for specified "
14
14
                      "files and revisions",
15
15
          author="Canonical Ltd",