From b700b5ed44a469323f7b364b1b2ccb55ea75a44d Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 17 May 2020 10:37:48 +0200 Subject: [PATCH] Change version to "master" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0aff0a5..0b40e02 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ from setuptools import find_packages, setup # When the version is updated, a new section in the NEWS.md file must be # added too. -VERSION = "2.90.0" +VERSION = "master" WEB_FILES = ["web/internal_data/css/icon.png", "web/internal_data/css/main.css", "web/internal_data/fn.js",