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 a416bfb commit ad6aafcCopy full SHA for ad6aafc
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2019 - 2020 Max Fischer
+Copyright (c) 2019 - 2024 Max Fischer
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
docs/conf.py
@@ -26,7 +26,7 @@
26
27
project = "asyncstdlib"
28
author = "Max Fischer"
29
-copyright = f"2019 {author}"
+copyright = f"2019-2024 {author}"
30
31
# The short X.Y version
32
version = __version__
0 commit comments