Skip to content

Commit

Permalink
Bump to v1.16, update LICENSE copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAplin committed Mar 10, 2024
1 parent c5b91d3 commit 4d7288a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nndownload/nndownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4d7288a

Please sign in to comment.