python-fitparse 2.0.0__tar.gz → 2.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-fitparse
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: Python library to parse ANT/Garmin .FIT files
5
5
  Project-URL: Homepage, https://www.github.com/nbr23/python-fitparse
6
6
  Project-URL: Repository, https://www.github.com/nbr23/python-fitparse
@@ -1,6 +1,6 @@
1
1
  # ***************** BEGIN AUTOMATICALLY GENERATED FIT PROFILE ******************
2
2
  # *************************** DO NOT EDIT THIS FILE ****************************
3
- # *********** EXPORTED PROFILE FROM SDK VERSION 21.171 ON 2025-05-07 ***********
3
+ # *********** EXPORTED PROFILE FROM SDK VERSION 21.171 ON 2025-07-20 ***********
4
4
  # ********* PARSED 198 TYPES (4307 VALUES), 120 MESSAGES (1386 FIELDS) *********
5
5
 
6
6
  from fitparse.records import (
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "python-fitparse"
7
- version = "2.0.0"
7
+ version = "2.0.1"
8
8
  description = "Python library to parse ANT/Garmin .FIT files"
9
9
  authors = [
10
10
  {name = "David Cooper", email = "dave@kupesoft.com"},
File without changes