From cd421fdcec4bd2eac8291a1acf13af6161cb9a8c Mon Sep 17 00:00:00 2001 From: jay <jlaura@usgs.gov> Date: Mon, 25 Mar 2019 11:34:52 -0700 Subject: [PATCH] increments version with bug fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 621a86a..20f349c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages NAME = "Ale" -VERSION = "0.0.1" +VERSION = "0.0.2" # To install the library, run the following # -- GitLab