File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# StepDistanceCalculator
22
3- [ ![ PyPI version] ( https://img.shields.io/badge/pypi-v1.0.0 -blue.svg )] ( https://pypi.org/project/StepDistanceCalculator/ )
3+ [ ![ PyPI version] ( https://img.shields.io/badge/pypi-v1.0.1 -blue.svg )] ( https://pypi.org/project/StepDistanceCalculator/ )
44[ ![ Python Versions] ( https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue )] ( https://pypi.org/project/StepDistanceCalculator/ )
55[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( LICENSE )
66
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " StepDistanceCalculator"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88description = " A Python module that calculates walking step counts between places or cities based on total distance and average step length."
99readme = " README.md"
1010authors = [
Original file line number Diff line number Diff line change 22
33setup (
44 name = "StepDistanceCalculator" ,
5- version = "1.0.0 " ,
5+ version = "1.0.1 " ,
66 description = "Calculate walking step counts between places or cities based on total distance and step length." ,
77 long_description = open ("README.md" , encoding = "utf-8" ).read (),
88 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 3535 plot_steps_bar ,
3636)
3737
38- __version__ = "1.0.0 "
38+ __version__ = "1.0.1 "
3939__author__ = "StepDistanceCalculator Team"
4040
4141__all__ = [
You can’t perform that action at this time.
0 commit comments