From f970cf7758f6cd4a2cb5cfb8436c277bbdb03e8b Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 15 Dec 2020 23:36:53 -0600 Subject: rename to b0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 55cd9aa28..d4fb3e336 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def readfile(name): README = readfile('README.rst') CHANGES = readfile('CHANGES.rst') -VERSION = '2.0.dev0' +VERSION = '2.0b0' install_requires = [ 'hupper >= 1.5', # ignore_files support -- cgit v1.2.3