Skip to content

Commit

Permalink
Update version -- Fix warning in DataWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
JKomorniczak committed Oct 18, 2023
1 parent d24f181 commit 4417286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
URL = "https://github.com/w4k2/torchosr"
LICENSE = "GPL-3.0"
DOWNLOAD_URL = "https://github.com/w4k2/torchosr"
VERSION = "0.1.0"
VERSION = "0.1.1"
INSTALL_REQUIRES = ["numpy", "scipy", "torch", "torchvision", "torchmetrics"]
CLASSIFIERS = [
"Development Status :: 4 - Beta",
Expand Down
2 changes: 1 addition & 1 deletion torchosr/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""``torchosr``"""

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 4417286

Please sign in to comment.