diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml index 5b05b7b3c..6403dae78 100644 --- a/conda/recipe/meta.yaml +++ b/conda/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.7.0" %} +{% set version = "0.7.5" %} package: name: mpas_analysis diff --git a/docs/conf.py b/docs/conf.py index f1d8c9453..658d713e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,9 +70,9 @@ # built documents. # # The short X.Y version. -version = u'0.7.0' +version = u'0.7.5' # The full version, including alpha/beta/rc tags. -release = u'0.7.0' +release = u'0.7.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index e38cb21f4..df6010a42 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ isrelease = True -version = '0.7.0' +version = '0.7.5' if not isrelease: import subprocess