We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e62b3 commit 406f871Copy full SHA for 406f871
bpython/__init__.py
@@ -30,7 +30,7 @@
30
__author__ = (
31
"Bob Farrell, Andreas Stuehrk, Sebastian Ramacher, Thomas Ballinger, et al."
32
)
33
-__copyright__ = f"(C) 2008-2020 {__author__}"
+__copyright__ = f"(C) 2008-2023 {__author__}"
34
__license__ = "MIT"
35
__version__ = version
36
package_dir = os.path.abspath(os.path.dirname(__file__))
0 commit comments