From 7e7c9b108aa77cf454f3b9ba4b132749bad07cb4 Mon Sep 17 00:00:00 2001 From: jlaura Date: Wed, 27 Mar 2019 15:45:38 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20f349c..9183dc0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import setup, find_packages NAME = "Ale" -VERSION = "0.0.2" +VERSION = "0.0.3" # To install the library, run the following # -- GitLab