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