From fac84c5e2a08b288d089395de81584449a2b8c22 Mon Sep 17 00:00:00 2001 From: ezwelty Date: Sat, 28 Nov 2020 13:04:19 -0700 Subject: [PATCH] Bumping version from 0.1.1 to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d88a103..6024ac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "goodtables-pandas-py" -version = "0.1.1" +version = "0.2.0" description = "Read and validate Frictionless Data Tabular Data Packages with pandas." authors = ["Ethan Welty "] license = "MIT"