Skip to content

Commit 2cf6ce4

Browse files
Release v0.1.2
1 parent 375d896 commit 2cf6ce4

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Please check out [CONTRIBUTING.md](./CONTRIBUTING.md) for how to get involved.
239239
## Team
240240

241241
### Developers:
242-
*\* Project lead*, *Correspondance*
242+
*\* Project lead*, *Corresponding*
243243

244244
- [Zekai Li*](https://lizekai-richard.github.io/) (National University of Singapore)
245245
- [Xinhao Zhong](https://ndhg1213.github.io/) (National University of Singapore)
@@ -271,6 +271,7 @@ Please check out [CONTRIBUTING.md](./CONTRIBUTING.md) for how to get involved.
271271
- [Angela Yao](https://www.comp.nus.edu.sg/~ayao/) (National University of Singapore)
272272
- [Xavier Bresson](https://graphdeeplearning.github.io/authors/xavier-bresson/) (National University of Singapore)
273273
- [Tat-Seng Chua](https://www.chuatatseng.com/) (National University of Singapore)
274+
- [Xindi Wu](https://xindiwu.github.io/) (Princeton University)
274275
- [Justin Cui](https://scholar.google.com/citations?user=zel3jUcAAAAJ&hl=en) (UC Los Angeles)
275276
- [George Cazenavette](https://georgecazenavette.github.io/) (Massachusetts Institute of Technology)
276277
- [Yan Yan](https://tomyan555.github.io/) (University of Illinois at Chicago)

dist/ddranking-0.1.1.tar.gz

-31.3 KB
Binary file not shown.

dist/ddranking-0.1.2.tar.gz

33.6 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 = "ddranking"
11-
version = "0.1.1"
11+
version = "0.1.2"
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='ddranking', # Package name
7-
version='0.1.1', # Version number
7+
version='0.1.2', # 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)