diff --git a/doc/conf.py b/doc/conf.py index 29fd27cf..ba62427c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -29,7 +29,7 @@ author = 'David Doty and Damien Woods' # The full version, including alpha/beta/rc tags -release = '0.1.3' +release = '0.1.4' # version = __version__ # release = __version__ diff --git a/nuad/__version__.py b/nuad/__version__.py index 248510f7..d77d2712 100644 --- a/nuad/__version__.py +++ b/nuad/__version__.py @@ -1 +1 @@ -version = '0.1.3' # version line; WARNING: do not remove or change this line or comment +version = '0.1.4' # version line; WARNING: do not remove or change this line or comment