From 16d271253f4ea71b261d2d228b926c7bc1a7e660 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 18 Oct 2020 22:36:32 -0700 Subject: [PATCH] Release 2.7 Refs #50 and #52 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9152e6e..f91afb8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "2.6" +VERSION = "2.7" def get_long_description():