diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 416e26bf..ff5e6731 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -26,4 +26,4 @@ sphinx: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: doc/requirements.txt \ No newline at end of file diff --git a/doc/conf.py b/doc/conf.py index 8d56022a..3e35cc2d 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.0' +release = '0.1.1' # version = __version__ # release = __version__ diff --git a/nuad/__version__.py b/nuad/__version__.py index f17414d5..70199fb3 100644 --- a/nuad/__version__.py +++ b/nuad/__version__.py @@ -1 +1 @@ -version = '0.1.0' # version line; WARNING: do not remove or change this line or comment +version = '0.1.1' # version line; WARNING: do not remove or change this line or comment