We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c3f50 commit 2066572Copy full SHA for 2066572
1 file changed
bpython/args.py
@@ -91,7 +91,7 @@ def parse(args, extras=None, ignore_stdin=False):
91
if options.version:
92
print('bpython version', __version__, end=" ")
93
print('on top of Python', sys.version.split()[0])
94
- print('(C) 2008-2015 Bob Farrell, Andreas Stuehrk et al. '
+ print('(C) 2008-2016 Bob Farrell, Andreas Stuehrk, Sebastian Ramacher, Thomas Ballinger, et al. '
95
'See AUTHORS for detail.')
96
raise SystemExit
97
0 commit comments