From 83250759d3075795805d8c90f425191ab262b1c4 Mon Sep 17 00:00:00 2001 From: xuyxu Date: Wed, 9 Jun 2021 08:53:38 +0800 Subject: [PATCH] bump version: 0.1.5 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a1a5445..d9617ec 100644 --- a/setup.py +++ b/setup.py @@ -63,13 +63,13 @@ def run(self): " and robustness of your deep learning model" ), license="BSD 3-Clause", - url="https://github.com/xuyxu/Ensemble-Pytorch", + url="https://github.com/TorchEnsemble-Community/Ensemble-Pytorch", project_urls={ - "Bug Tracker": "https://github.com/xuyxu/Ensemble-Pytorch/issues", + "Bug Tracker": "https://github.com/TorchEnsemble-Community/Ensemble-Pytorch/issues", "Documentation": "https://ensemble-pytorch.readthedocs.io", - "Source Code": "https://github.com/xuyxu/Ensemble-Pytorch", + "Source Code": "https://github.com/TorchEnsemble-Community/Ensemble-Pytorch", }, - version="0.1.4", + version="0.1.5", long_description=long_description, classifiers=[ "Intended Audience :: Science/Research",