From a552151cdeefb718def8f29eb82ee940e15f12cf Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Sat, 9 May 2020 01:59:42 -0400 Subject: [PATCH] Started 1.1.1 alpha development. --- sundial/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sundial/__init__.py b/sundial/__init__.py index 7777abc..ef2de1c 100644 --- a/sundial/__init__.py +++ b/sundial/__init__.py @@ -2,6 +2,6 @@ __all__ = ['VERSION', '__version__'] -VERSION = (1, 1, 0, 'final', 0) +VERSION = (1, 1, 1, 'alpha', 0) __version__ = version.get_version(VERSION)