Skip to content

Commit

Permalink
0.6.5 slrum logs custom dir
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun committed Jul 11, 2024
1 parent 344936b commit e4a09bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "domainlab"
version = "0.6.4"
version = "0.6.5"
readme = "README.md"
repository = "https://github.com/marrlab/DomainLab"
homepage = "https://marrlab.github.io/DomainLab/"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def copy_dir(dir_path="zdata"):
package_data={
"zdata": [f for f in copy_dir()],
},
version="0.6.4",
version="0.6.5",
description="Library of modular domain generalization for deep learning",
url="https://github.com/marrlab/DomainLab",
author="Xudong Sun, et.al.",
Expand Down

0 comments on commit e4a09bd

Please sign in to comment.