From c8e7e3cfc8b9db908c49768e59da02f08b8be15c Mon Sep 17 00:00:00 2001 From: j1z0 Date: Thu, 31 May 2018 17:02:18 -0400 Subject: [PATCH] version bump --- dcicutils/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcicutils/_version.py b/dcicutils/_version.py index 75a44a907..51548f31e 100644 --- a/dcicutils/_version.py +++ b/dcicutils/_version.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.2.4" +__version__ = "0.2.5"