From 17b7540924eaf71f30b30aebffb348a4b36f77c7 Mon Sep 17 00:00:00 2001 From: Stephen McDowell Date: Tue, 4 Jun 2019 23:15:16 -0700 Subject: [PATCH] version bump to v0.2.3 --- exhale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exhale/__init__.py b/exhale/__init__.py index 6fb0699c..0b236709 100644 --- a/exhale/__init__.py +++ b/exhale/__init__.py @@ -8,7 +8,7 @@ from __future__ import unicode_literals -__version__ = "0.2.3.dev" +__version__ = "0.2.3" def environment_ready(app):