Skip to content

Commit

Permalink
Merge pull request #41 from dcstats/dcstats-patch-1
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
dcstats authored Jan 1, 2024
2 parents 17c17eb + 0f1369e commit 67802a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "CBBpy"
version = "2.0.0"
version = "2.0.1"
description = 'A Python-based web scraper for NCAA basketball.'
readme = "README.md"
authors = [{ name = "Daniel Cowan", email = "[email protected]" }]
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies = [
'lxml>=4.9.0',
'joblib>=1.2.0',
]
requires-python = ">=3.7"
requires-python = ">=3.9"

[tool.setuptools.dynamic]
version = {attr = "cbbpy.__version__"}
Expand Down

0 comments on commit 67802a2

Please sign in to comment.