From 7a42f0bfdbe1664b62698794027c672836b6705d Mon Sep 17 00:00:00 2001 From: Nitin Madnani Date: Mon, 27 Feb 2017 13:57:33 -0500 Subject: [PATCH] Update version numbers. --- conda-recipe/rsmtool/meta.yaml | 2 +- rsmtool/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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('.'))