Skip to content

Commit a8c74a6

Browse files
committed
fix build
1 parent 579e681 commit a8c74a6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

torchplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import 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"

torchplot/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
# Copyright The GeoML Team
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)