Skip to content

Commit

Permalink
chore: Update pyproject.toml formatting configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pirsquared committed Jun 14, 2024
1 parent 805fadd commit beba4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 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 = "pirrtools"
version = "0.2.2" # Update this version number before you upload a new version to PyPI
version = "0.2.3" # Update this version number before you upload a new version to PyPI
description = "Collection of tools I use in my projects"
readme = "README.md"
license = { text = "MIT" }
Expand Down Expand Up @@ -62,8 +62,3 @@ exclude = '''
| unmanaged
)/
'''

[tool.docformatter]
wrap-summaries = 88
wrap-descriptions = 88

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="pirrtools",
version="0.2.2", # Update this version number before releasing a new version
version="0.2.3", # Update this version number before releasing a new version
description="Collection of tools I use in my projects",
author="Sean Smith",
author_email="pirsquared.pirr@gmail.com",
Expand Down

0 comments on commit beba4d4

Please sign in to comment.