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 ad5fa1f commit 0474eaeCopy full SHA for 0474eae
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "relbench"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "RelBench: Relational Deep Learning Benchmark"
9
authors = [{name = "RelBench Team", email = "[email protected]"}]
10
readme = "README.md"
relbench/__init__.py
@@ -1,6 +1,6 @@
1
import pooch
2
3
-__version__ = "0.1.0"
+__version__ = "0.1.1"
__all__ = [
"__version__",
0 commit comments