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 ce710bb commit b631837Copy full SHA for b631837
bpython/__init__.py
@@ -31,7 +31,7 @@
31
__author__ = (
32
"Bob Farrell, Andreas Stuehrk, Sebastian Ramacher, Thomas Ballinger, et al."
33
)
34
-__copyright__ = f"(C) 2008-2023 {__author__}"
+__copyright__ = f"(C) 2008-2024 {__author__}"
35
__license__ = "MIT"
36
__version__ = version
37
package_dir = os.path.abspath(os.path.dirname(__file__))
0 commit comments