@@ -5,7 +5,7 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SOURCEDIR = source
-BUILDDIR = _build
+BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help:
@@ -2,7 +2,7 @@
<html>
<head>
<title>IPFML documentation</title>
- <meta http-equiv="refresh" content="0; url=./_build/html/index.html" />
+ <meta http-equiv="refresh" content="0; url=./build/html/index.html" />
</head>
<body>
@@ -24,9 +24,9 @@ copyright = '2019, Jérôme BUISINE'
author = 'Jérôme BUISINE'
# The short X.Y version
-version = '0.1.6'
+version = '0.1.8'
# The full version, including alpha/beta/rc tags
-release = 'v0.1.6'
+release = 'v0.1.8'
# -- General configuration ---------------------------------------------------
@@ -43,7 +43,7 @@ class BuildTestCommand(setuptools.command.build_py.build_py):
setup(
name='ipfml',
- version='0.1.7',
+ version='0.1.8',
description='Image Processing For Machine Learning',
long_description=readme(),
classifiers=[