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 98a6094 commit d99731fCopy full SHA for d99731f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "domainlab"
3
-version = "0.4.3"
+version = "0.5.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.4.3",
+ version="0.5.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