Skip to content

Commit 8325075

Browse files
committed
bump version: 0.1.5
1 parent 50de90f commit 8325075

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ def run(self):
6363
" and robustness of your deep learning model"
6464
),
6565
license="BSD 3-Clause",
66-
url="https://github.com/xuyxu/Ensemble-Pytorch",
66+
url="https://github.com/TorchEnsemble-Community/Ensemble-Pytorch",
6767
project_urls={
68-
"Bug Tracker": "https://github.com/xuyxu/Ensemble-Pytorch/issues",
68+
"Bug Tracker": "https://github.com/TorchEnsemble-Community/Ensemble-Pytorch/issues",
6969
"Documentation": "https://ensemble-pytorch.readthedocs.io",
70-
"Source Code": "https://github.com/xuyxu/Ensemble-Pytorch",
70+
"Source Code": "https://github.com/TorchEnsemble-Community/Ensemble-Pytorch",
7171
},
72-
version="0.1.4",
72+
version="0.1.5",
7373
long_description=long_description,
7474
classifiers=[
7575
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)