From 80c1a737d54a7e7cfec311ef0a51adec68e69d24 Mon Sep 17 00:00:00 2001 From: belldandyxtq Date: Mon, 2 Dec 2019 18:14:01 +0900 Subject: [PATCH] dump up to 0.1.0 --- chainerio/version.py | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chainerio/version.py b/chainerio/version.py index 034f46c3..3dc1f76b 100644 --- a/chainerio/version.py +++ b/chainerio/version.py @@ -1 +1 @@ -__version__ = "0.0.6" +__version__ = "0.1.0" diff --git a/docs/source/conf.py b/docs/source/conf.py index 28fbe826..98a938ac 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.0.6' +release = '0.1.0' # -- General configuration ---------------------------------------------------