Skip to content

Commit 8852b4d

Browse files
author
Austin Bingham
committed
Updated setup.py.
1 parent fe9c768 commit 8852b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
setup(
1414
name = 'traad',
15-
version = '0.2',
15+
version = '0.3',
1616
packages = find_packages(),
1717

1818
# metadata for upload to PyPI
1919
author = 'Austin Bingham',
2020
author_email = 'austin.bingham@gmail.com',
21-
description = 'An XMLRPC server for the rope Python refactoring library.',
21+
description = 'A JSON+HTTP server for the rope Python refactoring library.',
2222
license = 'MIT',
2323
keywords = 'refactoring',
2424
url = 'http://github.com/abingham/traad',

0 commit comments

Comments
 (0)