Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Apr 25, 2023
1 parent 3f731f7 commit 451a79c
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 = "hatchling.build"

[project]
name = "docstring-auditor"
version = "0.1.5"
version = "0.1.6"
authors = [{name = "Rob Luke", email = "code@robertluke.net"}]
description = "A tool to analyze Python functions' docstrings and provide critiques and suggestions for improvement"
readme = "README.md"
Expand Down Expand Up @@ -53,4 +53,4 @@ tests = "pytest tests"

[tool.black]
line_length = 88
target_version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311']
target_version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311']

0 comments on commit 451a79c

Please sign in to comment.