From edd0896989e9e93da74116d36a4b68d783d6320d Mon Sep 17 00:00:00 2001 From: Tylerbrawl Date: Wed, 27 Nov 2019 18:21:06 -0700 Subject: [PATCH] Updated the version number (v0.1.1). --- src/galaxyutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/galaxyutils/__init__.py b/src/galaxyutils/__init__.py index 81d663e..e0c1d52 100644 --- a/src/galaxyutils/__init__.py +++ b/src/galaxyutils/__init__.py @@ -1,3 +1,3 @@ __author__ = "Tyler Nichols" __license__ = "MIT" -__version__ = "0.1" +__version__ = "0.1.1"