From a2a38107c556082d4bf12c5950c8ebb954f95423 Mon Sep 17 00:00:00 2001 From: jay <jlaura@usgs.gov> Date: Thu, 28 Mar 2019 20:47:42 -0700 Subject: [PATCH] Increments version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5899f2..5e919a0 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): setup( name = "plio", - version = '1.1.0', + version = '1.2.0', author = "Jay Laura", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), -- GitLab