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