From 101db8af8ae52e74e5b4f46e815f5bd991c13259 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Tue, 25 Apr 2017 00:00:27 -0500 Subject: [PATCH] bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bfe1fdf..fb924a0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='whither', - version='0.3.1', + version='0.3.2', packages=[ 'whither', 'whither.base', @@ -24,7 +24,7 @@ '': ['whither.yml'], }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: X11 Applications', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',