diff --git a/conda-recipe/rsmtool/meta.yaml b/conda-recipe/rsmtool/meta.yaml index f1b4bf79c..f1177e751 100644 --- a/conda-recipe/rsmtool/meta.yaml +++ b/conda-recipe/rsmtool/meta.yaml @@ -1,6 +1,6 @@ package: name: rsmtool - version: 5.5.1 + version: 5.5.2 source: path: ../../../rsmtool diff --git a/rsmtool/version.py b/rsmtool/version.py index 911dc9d22..f59d5c5b9 100644 --- a/rsmtool/version.py +++ b/rsmtool/version.py @@ -3,5 +3,5 @@ in one place. Based on the suggestion `here. `_ """ -__version__ = '5.5.1' +__version__ = '5.5.2' VERSION = tuple(int(x) for x in __version__.split('.'))