From 921fb84bba17ba7964a78809b8c3d5c35e0cab4f Mon Sep 17 00:00:00 2001 From: Andrew Zhu Date: Fri, 28 Feb 2020 12:16:17 -0800 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7dc034..fdfaccc 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="d20", - version="1.0.0rc2", + version="1.0.0rc3", author="Andrew Zhu", author_email="andrew@zhu.codes", description="A formal grammar-based dice parser and roller for D&D and other dice systems.",