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 ed038ca commit 858181bCopy full SHA for 858181b
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-__version__ = "0.1.6"
+__version__ = "0.1.7"
4
url = "https://github.com/IsaacCorley/pytorch-enhance"
5
6
with open("requirements.txt", "r") as f:
torch_enhance/__init__.py
@@ -3,7 +3,7 @@
import torch_enhance.metrics
import torch_enhance.losses
7
8
__all__ = [
9
"torch_enhance",
0 commit comments