diff --git a/pyproject.toml b/pyproject.toml index a3480fd..03e0c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [tool.black] line-length = 100 -target_version = ['py37', 'py38'] \ No newline at end of file +target_version = ['py39', 'py310', 'py311', 'py312', 'py313'] diff --git a/setup.py b/setup.py index 51ef38e..d2246e5 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name=name, - version="0.1.3", + version="0.1.4", url="http://github.com/dabacon/pymore", author="The pymore Developers", author_email="dabacon@gmail.com",