I guess it's 2023 now...
[pyutils.git] / src / pyutils / collectionz / bst.py
index aaefc1e52a065f3f38a088f0f91089ae75c8c228..f492dfdab7aa8cea4c8a08a1592bbd93e05aadce 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-# © Copyright 2021-2022, Scott Gasch
+# © Copyright 2021-2023, Scott Gasch
 
 """A binary search tree implementation."""