Skip to content

Commit 8984fc4

Browse files
Release v0.1.1
1 parent 8099136 commit 8984fc4

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

dist/dd_ranking-0.1.0.tar.gz

-29.9 KB
Binary file not shown.

dist/dd_ranking-0.1.1.tar.gz

31.3 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "dd_ranking"
11-
version = "0.1.0"
11+
version = "0.1.1"
1212
description = "DD-Ranking: Rethinking the Evaluation of Dataset Distillation"
1313
readme = "README.md"
1414
requires-python = ">=3.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='dd_ranking', # Package name
7-
version='0.1.0', # Version number
7+
version='0.1.1', # Version number
88
description='DD-Ranking: Rethinking the Evaluation of Dataset Distillation',
99
long_description=open('README.md').read(), # Use your README as the long description
1010
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)