Skip to content

Commit 114814a

Browse files
committed
Dev for 0.8.1; update pyproject.toml
1 parent e8e22cc commit 114814a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plusminus"
7-
version = "0.8.0"
7+
version = "0.8.1"
88
authors = [
99
{ name="Paul McGuire", email="ptmcg+pm@gmail.com" },
1010
]
1111
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."
1212

1313
readme = "README.md"
14-
requires-python = ">=3.6"
14+
requires-python = ">=3.7"
1515
dependencies = [
1616
"pyparsing>=2.4.7",
1717
]

0 commit comments

Comments
 (0)