Skip to content

Commit f2b5f3d

Browse files
author
rkern
committed
BUG: missing comma.
git-svn-id: https://svn.enthought.com/svn/sandbox/grin/trunk@73 b5260ef8-a2c4-4e91-82fd-f242746c304a
1 parent ca2d59d commit f2b5f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name = 'grin',
15-
version = '1.2'
15+
version = '1.2',
1616
author = 'Robert Kern',
1717
author_email = '[email protected]',
1818
description = "A grep program configured the way I like it.",

0 commit comments

Comments
 (0)