Skip to content

Commit

Permalink
bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
armadillo authored and armadillo committed Oct 30, 2023
1 parent 5f11c04 commit 80268de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
documentation = "https://yahooquery.dpguthrie.com"
Expand All @@ -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"
Expand Down

0 comments on commit 80268de

Please sign in to comment.