From f327a158476dcfeae295c6c5703ef5aaa94e862b Mon Sep 17 00:00:00 2001 From: Fabio Muratore <37794142+famura@users.noreply.github.com> Date: Sat, 11 Nov 2023 16:26:32 +0100 Subject: [PATCH] Fixed version in REAMDE.md (#4) --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 084bbbe..9eb06d4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( # This is the name of your project as to be published at PyPI: https://pypi.org/project/sampleproject/ name="blm", # https://packaging.python.org/specifications/core-metadata/#name - version="1.0", # https://www.python.org/dev/peps/pep-0440/ + version="1.1", # https://www.python.org/dev/peps/pep-0440/ description="A simple model to describe the backlash effect in physics simulations", long_description=(here / "README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown", @@ -19,7 +19,6 @@ "Development Status :: 5 - Production/Stable", "Operating System :: OS Independent", "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", ], keywords="backlash, simulation, physics, modeling",