Skip to content

Commit 13c7ac8

Browse files
committed
fix version
1 parent d6e5edf commit 13c7ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run(self):
5050
packages=find_packages(exclude=["tests", "tests/*"]),
5151
python_requires=">=3",
5252
install_requires=requirements,
53-
download_url="https://github.com/CenterBioML/torchplot/archive/0.1.5.zip",
53+
download_url="https://github.com/CenterBioML/torchplot/archive/0.1.6.zip",
5454
classifiers=[
5555
"Environment :: Console",
5656
"Natural Language :: English",

torchplot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__name__ = "torchplot"
66
_this_year = time.strftime("%Y")
7-
__version__ = "0.1.5"
7+
__version__ = "0.1.6"
88
__author__ = "Nicki Skafte Detlefsen et al."
99
__author_email__ = "[email protected]"
1010
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)