Skip to content

Commit

Permalink
Fixed version in REAMDE.md (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
famura committed Nov 11, 2023
1 parent 514fba7 commit f327a15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit f327a15

Please sign in to comment.