diff --git a/VERSION b/VERSION index 227cea2..38f77a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.0.1 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 2b2bfe1..817741b 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: ioos_qc - version: "2.0.0" + version: "2.0.1" source: path: ../ diff --git a/docs/source/conf.py b/docs/source/conf.py index b8c8190..57ab4c8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -84,9 +84,9 @@ # built documents. # # The short X.Y version. -version = "2.0.0" +version = "2.0.1" # The full version, including alpha/beta/rc tags. -release = "2.0.0" +release = "2.0.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/ioos_qc/__init__.py b/ioos_qc/__init__.py index 89657b3..e0cbd80 100644 --- a/ioos_qc/__init__.py +++ b/ioos_qc/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python # coding=utf-8 -__version__ = "2.0.0" +__version__ = "2.0.1"