We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b5e4f commit b731ecbCopy full SHA for b731ecb
1 file changed
bpython/args.py
@@ -84,7 +84,7 @@ def parse(args, extras=None, ignore_stdin=False):
84
if options.version:
85
print 'bpython version', __version__,
86
print 'on top of Python', sys.version.split()[0]
87
- print ('(C) 2008-2011 Bob Farrell, Andreas Stuehrk et al. '
+ print ('(C) 2008-2012 Bob Farrell, Andreas Stuehrk et al. '
88
'See AUTHORS for detail.')
89
raise SystemExit
90
0 commit comments