Skip to content

Commit 9aba990

Browse files
committed
Merge
2 parents 0508bbe + b731ecb commit 9aba990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def parse(args, extras=None, ignore_stdin=False):
8484
if options.version:
8585
print 'bpython version', __version__,
8686
print 'on top of Python', sys.version.split()[0]
87-
print ('(C) 2008-2011 Bob Farrell, Andreas Stuehrk et al. '
87+
print ('(C) 2008-2012 Bob Farrell, Andreas Stuehrk et al. '
8888
'See AUTHORS for detail.')
8989
raise SystemExit
9090

0 commit comments

Comments
 (0)