diff --git a/setup.py b/setup.py index acc37bde..ebcde086 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="torch-hd", # use torch-hd on PyPi to install torchhd, torchhd is too similar according to PyPi - version="2.2.1", + version="2.2.2", description="Torchhd is a Python library for Hyperdimensional Computing", long_description=open("README.md").read(), long_description_content_type="text/markdown",