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 d466b75 commit 12c1073Copy full SHA for 12c1073
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "domainlab"
3
-version = "0.6.5"
+version = "0.7.0"
4
readme = "README.md"
5
repository = "https://github.com/marrlab/DomainLab"
6
homepage = "https://marrlab.github.io/DomainLab/"
setup.py
@@ -38,7 +38,7 @@ def copy_dir(dir_path="zdata"):
38
package_data={
39
"zdata": [f for f in copy_dir()],
40
},
41
- version="0.6.5",
+ version="0.7.0",
42
description="Library of modular domain generalization for deep learning",
43
url="https://github.com/marrlab/DomainLab",
44
author="Xudong Sun, et.al.",
0 commit comments