diff --git a/setup.py b/setup.py index 57cb69a..6654770 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.2-dev" +version = "0.2.2" # Adapted from https://github.com/py_torch/pytorch cwd = os.path.dirname(os.path.abspath(__file__))