diff --git a/setup.py b/setup.py index 6ea932a..7ceae30 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import setuptools.command.develop from setuptools import Extension, find_packages, setup -version = "0.2.3-dev" +version = "1.0.1" # Adapted from https://github.com/py_torch/pytorch cwd = os.path.dirname(os.path.abspath(__file__))