Skip to content

Commit 88c3673

Browse files
committed
Bump version to 1.6.0 and update package name to deeptabular
1 parent dc1d90d commit 88c3673

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

deeptabular/__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.5.0"
20+
__version__ = "1.6.0"
2121

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
2-
name = "mambular"
2+
name = "deeptabular"
33

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

66

77
description = "A python package for tabular deep learning with mamba blocks."
88
authors = ["Anton Thielmann", "Manish Kumar", "Christoph Weisser"]
99
readme = "README.md"
10-
packages = [{ include = "mambular" }]
10+
packages = [{ include = "deeptabular" }]
1111

1212
[build-system]
1313
requires = ["poetry-core"]
@@ -38,10 +38,10 @@ docformatter = "^1.4"
3838

3939

4040
[tool.poetry.urls]
41-
homepage = "https://github.com/basf/mamba-tabular"
42-
documentation = "https://mambular.readthedocs.io/en/"
43-
repository = "https://github.com/basf/mamba-tabular"
44-
package = "https://pypi.org/project/mambular/"
41+
homepage = "https://github.com/OpenTabular/DeepTabular"
42+
documentation = "https://deeptabular.readthedocs.io/"
43+
repository = "https://github.com/OpenTabular/DeepTabular"
44+
package = "https://pypi.org/project/deeptabular/"
4545

4646

4747
# code quality tools
@@ -57,7 +57,7 @@ venv = ".venv"
5757
[tool.ruff]
5858
line-length = 120
5959
target-version = "py310"
60-
exclude = ["*.ipynb", "mambular/arch_utils/mamba_utils.mamba_orginal.py"]
60+
exclude = ["*.ipynb", "deeptabular/arch_utils/mamba_utils.mamba_orginal.py"]
6161

6262
[tool.ruff.lint]
6363
select = [

0 commit comments

Comments
 (0)