From 80268dec79c839fea1232293f49c3d562a48a391 Mon Sep 17 00:00:00 2001 From: armadillo Date: Mon, 30 Oct 2023 08:13:43 +0000 Subject: [PATCH] bump project version --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1773eb4..e0862d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yahooquery" -version = "2.3.3" +version = "2.3.4" description = "Python wrapper for an unofficial Yahoo Finance API" authors = ["Doug Guthrie "] documentation = "https://yahooquery.dpguthrie.com" @@ -15,8 +15,8 @@ pandas = "^2.0.3" requests-futures = "^1.0.1" tqdm = "^4.65.0" lxml = "^4.9.3" -selenium = {version = "^4.10.0", optional = true} -webdriver-manager = {version = "^3.8.6", optional = true} +selenium = { version = "^4.10.0", optional = true } +webdriver-manager = { version = "^3.8.6", optional = true } [tool.poetry.dev-dependencies] pytest = "^7.4.0"