From f5418e13f2e435a42cd3611b28ec3c9ac02481da Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 31 Jul 2018 08:39:43 -0700 Subject: [PATCH] Release 0.3.1 to publish updated README to PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35f2e81..fffd489 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "0.3" +VERSION = "0.3.1" def get_long_description():