From c68d4e0cc4900734b2d6638867f4f2aa5ebfb194 Mon Sep 17 00:00:00 2001 From: hayesall Date: Fri, 27 Aug 2021 11:47:41 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20->=20`v0.2.0`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- relational_datasets/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relational_datasets/_version.py b/relational_datasets/_version.py index 7b10b31..6644e52 100644 --- a/relational_datasets/_version.py +++ b/relational_datasets/_version.py @@ -1,4 +1,4 @@ # Copyright © 2021 Alexander L. Hayes # Apache 2.0 License -__version__ = "v0.1.2-dev" +__version__ = "v0.2.0"