Skip to content

Commit

Permalink
fix bug in path
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun committed Dec 11, 2023
1 parent bf84ba8 commit 97ddb68
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.1.7"
version = "0.1.8"
description = "Library of Domain Generalization"
authors = ["Xudong Sun <[email protected]>", "Alexej Gossmann <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name='domainlab',
packages=find_packages(),
version='0.1.7',
version='0.1.8',
description='Library of Domain Generalization',
author='Xudong Sun, et.al.',
license='MIT',
Expand Down

0 comments on commit 97ddb68

Please sign in to comment.