From e8934a0656ce4147b35ebaa57f65069bd95a1435 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 11 Apr 2019 19:41:00 -0700 Subject: [PATCH] Release 0.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2d7e8b2..4c85145 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import io import os -VERSION = "0.3.1" +VERSION = "0.4" def get_long_description(): @@ -32,7 +32,7 @@ def get_long_description(): tests_require=["csv-diff[test]"], url="https://github.com/simonw/csv-diff", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Intended Audience :: End Users/Desktop",