From 04a70adbb8a18e745878197f79cab9654e74e3a4 Mon Sep 17 00:00:00 2001 From: davidh-ssec <david.hoese@ssec.wisc.edu> Date: Fri, 23 Oct 2015 14:31:39 -0500 Subject: [PATCH] updated version to 0.3.0 --- conda-recipe/cspov/meta.yaml | 2 +- py/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/cspov/meta.yaml b/conda-recipe/cspov/meta.yaml index 2d09d2c4..dc0e7380 100644 --- a/conda-recipe/cspov/meta.yaml +++ b/conda-recipe/cspov/meta.yaml @@ -1,6 +1,6 @@ package: name: cspov - version: "0.2.2" + version: "0.3.0" source: path: ../../py diff --git a/py/setup.py b/py/setup.py index 3d9d3b5a..18475f26 100644 --- a/py/setup.py +++ b/py/setup.py @@ -20,7 +20,7 @@ from setuptools import setup, find_packages setup( name='cspov', - version='0.2.2', + version='0.3.0', description="Fluid high resolution satellite and meteorological imagery viewer", author='Ray Garcia, SSEC', author_email='ray.garcia@ssec.wisc.edu', -- GitLab