Skip to content

Commit a7b097f

Browse files
committed
Update version and PyPi package name
1 parent 49a0fa4 commit a7b097f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from setuptools import setup, find_packages
77

88
setup(
9-
name="torchhd",
10-
version="0.6.0",
9+
name="torch-hd", # use torch-hd on PyPi to install torchhd, torchhd is too similar according to PyPi
10+
version="2.0.0",
1111
description="Torchhd is a Python library for Hyperdimensional Computing",
1212
long_description=open("README.md").read(),
1313
long_description_content_type="text/markdown",
@@ -20,4 +20,4 @@
2020
"Source": "https://github.com/hyperdimensional-computing/torchhd",
2121
"Documentation": "https://hyperdimensional-computing.github.io/torchhd/",
2222
},
23-
)
23+
)

0 commit comments

Comments
 (0)