From a3d927fa0b25f48197ee3f00b12992e9b0bf9665 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 28 Jul 2019 15:20:39 +0200 Subject: Fix wrong Content-Type header parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In line with HTTP “encoding” parameter should be called “charset”. Fixable errata item created. Fixes issue #19. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 28d8069..9234e77 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='crocoite', - version='1.0.0', + version='1.1.0.dev0', author='Lars-Dominik Braun', author_email='lars+crocoite@6xq.net', url='https://6xq.net/crocoite/', -- cgit v1.2.3