From 8bfb79fe14a9ae16091ed8eafbafd1315698025f Mon Sep 17 00:00:00 2001 From: Jamie Bliss Date: Sat, 22 Jun 2019 18:20:03 -0400 Subject: [PATCH] Bump version to 1.0rc1 --- ppb_vector/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppb_vector/__init__.py b/ppb_vector/__init__.py index cdcacb5c..2faed8cd 100644 --- a/ppb_vector/__init__.py +++ b/ppb_vector/__init__.py @@ -7,7 +7,7 @@ #: ppb_vector's current version. #: It follows the semantic versioning convention. -__version__ = "1.0b1" +__version__ = "1.0rc1" # Anything convertable to a Vector, including lists, tuples, and dicts VectorLike = typing.Union[