From 192c1c829d53d77dde8520bc569fa7b04ae33d72 Mon Sep 17 00:00:00 2001 From: Thomas Tu Date: Wed, 26 Jan 2022 15:22:08 -0800 Subject: [PATCH] address dependabot issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2aca952..3b6071c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyeia" -version = "0.1.5" +version = "0.1.6" description = "Python client for the Energy Information Administration (EIA) API" authors = ["Thomas Tu "] license = "BSD-3-Clause-LBNL"