diff --git a/arraylias/VERSION.txt b/arraylias/VERSION.txt index 8acdd82..6e8bf73 100644 --- a/arraylias/VERSION.txt +++ b/arraylias/VERSION.txt @@ -1 +1 @@ -0.0.1 +0.1.0 diff --git a/docs/conf.py b/docs/conf.py index 35e36e4..2823d1d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ # The short X.Y version. -version = '0.0.1' +version = '0.1.0' # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '0.1.0' extensions = ['sphinx.ext.napoleon', 'sphinx.ext.autodoc',