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 a08a3c0 commit 2586fb7Copy full SHA for 2586fb7
VERSION
@@ -1 +1 @@
1
-1.5.1
+1.6.0
pytorch_widedeep/version.py
-__version__ = "1.5.1"
+__version__ = "1.6.0"
setup.py
@@ -24,6 +24,7 @@ def requirements(fname):
24
"1.3": "Development Status :: 5 - Production/Stable", # v1.3 - new functionality
25
"1.4": "Development Status :: 5 - Production/Stable", # v1.3 - new functionality
26
"1.5": "Development Status :: 5 - Production/Stable", # v1.5 - new functionality
27
+ "1.6": "Development Status :: 5 - Production/Stable", # v1.6 - new functionality
28
"2.0": "Development Status :: 6 - Mature", # v2.0 - new functionality?
29
}
30
0 commit comments