From 8939ac67c7413319a5a9c1cece919bf1d252fd01 Mon Sep 17 00:00:00 2001 From: Shayan Elhami Date: Fri, 8 Jan 2021 13:35:41 +0000 Subject: [PATCH] Fix VERSION notation PyPi version format does not have `-` (see https://pypi.org/project/stepfunctions/#history). This allows easier comparing VERSION in source code and the released versions in PyPi. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a76b861..4111d13 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-rc1 \ No newline at end of file +2.0.0rc1