From 6c12bba8a8d3b08abdbe429f42676a39e2ad0b5f Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 16 Aug 2018 08:00:00 +0200 Subject: [PATCH] Bump version to 2.90.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1fb7763..323bac4 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ from setuptools import setup # When the version is updated, a new section in the NEWS.md file must be # added too. -VERSION = "2.1.10" +VERSION = "2.90.0" WEB_FILES = ["web/css/icon.png", "web/css/main.css", "web/fn.js", "web/index.html"]