We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928ff6f commit c5bdeabCopy full SHA for c5bdeab
setup.py
@@ -7,7 +7,7 @@
7
import setuptools.command.develop
8
from setuptools import Extension, find_packages, setup
9
10
-version = "0.1.2"
+version = "0.1.3"
11
12
# Adapted from https://github.com/pytorch/pytorch
13
cwd = os.path.dirname(os.path.abspath(__file__))
0 commit comments