We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e5edf commit 13c7ac8Copy full SHA for 13c7ac8
setup.py
@@ -50,7 +50,7 @@ def run(self):
50
packages=find_packages(exclude=["tests", "tests/*"]),
51
python_requires=">=3",
52
install_requires=requirements,
53
- download_url="https://github.com/CenterBioML/torchplot/archive/0.1.5.zip",
+ download_url="https://github.com/CenterBioML/torchplot/archive/0.1.6.zip",
54
classifiers=[
55
"Environment :: Console",
56
"Natural Language :: English",
torchplot/__init__.py
@@ -4,7 +4,7 @@
4
5
__name__ = "torchplot"
6
_this_year = time.strftime("%Y")
7
-__version__ = "0.1.5"
+__version__ = "0.1.6"
8
__author__ = "Nicki Skafte Detlefsen et al."
9
__author_email__ = "nsde@dtu.dk"
10
__license__ = "Apache-2.0"
0 commit comments