From f046f2289d4982e52f3c3deb50895ebb191c6877 Mon Sep 17 00:00:00 2001 From: Ethan Welty Date: Fri, 4 Dec 2020 09:29:30 -0700 Subject: [PATCH] Bump version to 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cbe381..9707fa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "goodtables-pandas-py" -version = "0.1.1" +version = "0.1.2" description = "Read and validate Frictionless Data Tabular Data Packages with pandas." authors = ["Ethan Welty "] license = "MIT"