Skip to content

Commit 0a2eec4

Browse files
committed
increase version
1 parent 6743efe commit 0a2eec4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mambular/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
#
1717

1818
# The following line *must* be the last in the module, exactly as formatted:
19-
__version__ = "1.2.0"
19+
__version__ = "1.3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mambular"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "A python package for tabular deep learning with mamba blocks."
55
authors = ["Anton Thielmann", "Manish Kumar", "Christoph Weisser"]
66
readme = "README.md"

0 commit comments

Comments
 (0)