Skip to content

Commit ab5f399

Browse files
committed
ver 0.6.3
1 parent 4970eb6 commit ab5f399

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.1"
3+
version = "0.6.3"
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.1",
41+
version="0.6.3",
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)