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