Skip to content

Commit 2d299d3

Browse files
authored
Merge pull request #293 from OpenTabular/develop
Develop
2 parents 06fd8fb + 3376c95 commit 2d299d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deeptab/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
# The following line *must* be the last in the module, exactly as formatted:
1919

20-
__version__ = "1.6.0"
20+
__version__ = "1.6.1"
2121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "deeptab"
33

4-
version = "1.6.0"
4+
version = "1.6.1"
55

66

77
description = "A python package for tabular deep learning."

0 commit comments

Comments
 (0)