Skip to content

Commit

Permalink
Dev for 0.8.1; update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Aug 3, 2024
1 parent e8e22cc commit 114814a
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,14 +4,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "plusminus"
version = "0.8.0"
version = "0.8.1"
authors = [
{ name="Paul McGuire", email="[email protected]" },
]
description = "+/- plusminus is a module that builds on the pyparsing infixNotation helper method to build easy-to-code and easy-to-use parsers for parsing and evaluating infix arithmetic expressions. plusminus's ArithmeticParser class includes separate parse and evaluate methods, handling operator precedence, override with parentheses, presence or absence of whitespace, built-in functions, and pre-defined and user-defined variables, functions, and operators."

readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.7"
dependencies = [
"pyparsing>=2.4.7",
]
Expand Down

0 comments on commit 114814a

Please sign in to comment.