diff --git a/LICENSE b/LICENSE index 985dda5..feaa87e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Alex Aplin +Copyright (c) 2024 Alex Aplin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/nndownload/nndownload.py b/nndownload/nndownload.py index f2f1913..3bb28b4 100644 --- a/nndownload/nndownload.py +++ b/nndownload/nndownload.py @@ -37,7 +37,7 @@ from tqdm import tqdm, TqdmWarning -__version__ = "1.15" +__version__ = "1.16" __author__ = "Alex Aplin" __copyright__ = "Copyright 2024 Alex Aplin" __license__ = "MIT"