File tree 3 files changed +3
-2
lines changed
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):
64
64
packages = find_packages (exclude = ["tests" , "tests/*" ]),
65
65
python_requires = ">=3" ,
66
66
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" ,
68
68
classifiers = [
69
69
"Environment :: Console" ,
70
70
"Natural Language :: English" ,
Original file line number Diff line number Diff line change 16
16
import time
17
17
18
18
_this_year = time .strftime ("%Y" )
19
- __version__ = "0.1.2 "
19
+ __version__ = "0.1.4 "
20
20
__author__ = "Nicki Skafte Detlefsen et al."
21
21
__author_email__ = "nsde@dtu.dk"
22
22
__license__ = "Apache-2.0"
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
1
2
# Copyright The GeoML Team
2
3
#
3
4
# Licensed under the Apache License, Version 2.0 (the "License");
You can’t perform that action at this time.
0 commit comments