diff --git a/hysds_commons/__init__.py b/hysds_commons/__init__.py index 996978e..90d672b 100644 --- a/hysds_commons/__init__.py +++ b/hysds_commons/__init__.py @@ -3,6 +3,6 @@ from __future__ import division from __future__ import absolute_import -__version__ = "1.0.14" +__version__ = "1.0.15" __description__ = "Common HySDS Functions, Utilities, Etc." __url__ = "https://github.jpl.nasa.gov/hysds-org/hysds_commons"