agr / rope (http://rope.sf.net/)


A python refactoring library
Clone URL : http://bitbucket.org/agr/rope/ (size: 3.3 MB)
commit 1533: ee3bdc526be5
parent 1532: 5bae705d0c7b
branch: trunk
rope: update version number
Ali Gholami Rudi
2 months ago

Changed (Δ2 bytes):

raw changeset »

rope/__init__.py (1 lines added, 1 lines removed)

Up to file-list rope/__init__.py:

1
1
"""rope, a python refactoring library"""
2
2
3
3
INFO = __doc__
4
VERSION = '0.9'
4
VERSION = '0.9.1'
5
5
COPYRIGHT = """\
6
6
Copyright (C) 2006-2008 Ali Gholami Rudi
7
7