Skip to content

Commit 2586fb7

Browse files
committed
Bumped version to 1.6
1 parent a08a3c0 commit 2586fb7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.6.0

pytorch_widedeep/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.1"
1+
__version__ = "1.6.0"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def requirements(fname):
2424
"1.3": "Development Status :: 5 - Production/Stable", # v1.3 - new functionality
2525
"1.4": "Development Status :: 5 - Production/Stable", # v1.3 - new functionality
2626
"1.5": "Development Status :: 5 - Production/Stable", # v1.5 - new functionality
27+
"1.6": "Development Status :: 5 - Production/Stable", # v1.6 - new functionality
2728
"2.0": "Development Status :: 6 - Mature", # v2.0 - new functionality?
2829
}
2930

0 commit comments

Comments
 (0)