Skip to content

Commit

Permalink
fix platformdir to platformdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerPresley committed Dec 17, 2024
1 parent f5c57fd commit c462337
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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "academic_metrics"
version = "1.0.1"
version = "1.0.2"
description = "A tool to extract and format academic data from Web of Science and Crossref"
authors = [
{ name = "Spencer Presley", email = "[email protected]" },
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies = [
"selenium==4.26.1",
"Unidecode==1.3.8",
"webdriver_manager==4.0.2",
"platformdir==4.3.6",
"platformdirs==4.3.6",
]

[project.optional-dependencies]
Expand Down

0 comments on commit c462337

Please sign in to comment.