Skip to content

Commit 3548d0e

Browse files
committed
update links
1 parent 5557cbc commit 3548d0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you want to cite the framework feel free to use this (but only if you loved i
7070
@article{detlefsen2021torchplot,
7171
title={TorchPlot},
7272
author={Detlefsen, Nicki S. and Hauberg, Søren},
73-
journal={GitHub. Note: https://github.com/CenterBioML/torchplot},
73+
journal={GitHub. Note: https://github.com/MachineLearningLifeScience/torchplot},
7474
year={2021}
7575
}
7676
```

torchplot/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
__name__ = "torchplot"
66
_this_year = time.strftime("%Y")
7-
__version__ = "0.1.7"
8-
__author__ = "Nicki Skafte Detlefsen et al."
7+
__version__ = "0.2.0"
8+
__author__ = "Nicki Skafte Detlefsen and Søren Hauberg"
99
__author_email__ = "[email protected]"
1010
__license__ = "Apache-2.0"
1111
__copyright__ = f"Copyright (c) 2018-{_this_year}, {__author__}."
12-
__homepage__ = "https://github.com/CenterBioML/torchplot"
12+
__homepage__ = "https://github.com/MachineLearningLifeScience/torchplot"
1313
__docs__ = "Plotting pytorch tensors made easy"
1414

1515
PACKAGE_ROOT = os.path.dirname(__file__)

0 commit comments

Comments
 (0)