Skip to content

Commit

Permalink
ver 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun committed Dec 10, 2024
1 parent afb2cc5 commit 39f9a0d
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.7.0"
version = "0.7.1"
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.7.0",
version="0.7.1",
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 39f9a0d

Please sign in to comment.