Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman authored Jan 1, 2023
1 parent 85355c1 commit a7dc51e
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
@@ -1,6 +1,6 @@
[project]
name = "cache-pandas"
version = "0.0.1"
version = "1.0.0"
description = "Easily cache pandas DataFrames to file and in memory."
authors = [
{ name = "Andrew Sansom", email = "[email protected]" },
Expand Down Expand Up @@ -44,4 +44,4 @@ packages = ["cache_pandas"]

[tool.black]
line-length = 120
target_version = ['py38', 'py39', 'py310', 'py311']
target_version = ['py38', 'py39', 'py310', 'py311']

0 comments on commit a7dc51e

Please sign in to comment.