Skip to content

Commit 12c1073

Browse files
committed
0.7.0
1 parent d466b75 commit 12c1073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "domainlab"
3-
version = "0.6.5"
3+
version = "0.7.0"
44
readme = "README.md"
55
repository = "https://github.com/marrlab/DomainLab"
66
homepage = "https://marrlab.github.io/DomainLab/"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def copy_dir(dir_path="zdata"):
3838
package_data={
3939
"zdata": [f for f in copy_dir()],
4040
},
41-
version="0.6.5",
41+
version="0.7.0",
4242
description="Library of modular domain generalization for deep learning",
4343
url="https://github.com/marrlab/DomainLab",
4444
author="Xudong Sun, et.al.",

0 commit comments

Comments
 (0)