File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def load_readme(path_dir=PATH_ROOT):
6464 packages = find_packages (exclude = ["tests" , "tests/*" ]),
6565 python_requires = ">=3" ,
6666 install_requires = ["torch" , "matplotlib" ],
67- download_url = "https://github.com/CenterBioML/torchplot/archive/0.1.3 .zip" ,
67+ download_url = "https://github.com/CenterBioML/torchplot/archive/0.1.4 .zip" ,
6868 classifiers = [
6969 "Environment :: Console" ,
7070 "Natural Language :: English" ,
Original file line number Diff line number Diff line change 1616import time
1717
1818_this_year = time .strftime ("%Y" )
19- __version__ = "0.1.2 "
19+ __version__ = "0.1.4 "
2020__author__ = "Nicki Skafte Detlefsen et al."
2121__author_email__ = "nsde@dtu.dk"
2222__license__ = "Apache-2.0"
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python
12# Copyright The GeoML Team
23#
34# Licensed under the Apache License, Version 2.0 (the "License");
You can’t perform that action at this time.
0 commit comments