diff --git a/conda-recipe/cspov/meta.yaml b/conda-recipe/cspov/meta.yaml
index 2d09d2c44b90f5cebda8175eea1834962dfd1429..dc0e73800e7820d96e693475d3296d3bb02d1efa 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 3d9d3b5a7b48380ca7e1aa16c86d8815af4889e6..18475f26594171ad46c2f0f97a9f54ea07cac362 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',