pyvalhalla-git 3.5.1.post186__cp313-cp313-manylinux_2_28_x86_64.whl → 3.5.1.post187__cp313-cp313-manylinux_2_28_x86_64.whl

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: pyvalhalla-git
3
- Version: 3.5.1.post186
3
+ Version: 3.5.1.post187
4
4
  Summary: High-level bindings to the Valhalla C++ library
5
5
  Home-page: https://github.com/valhalla/valhalla
6
6
  Author: Nils Nolde
@@ -104,15 +104,15 @@ pyvalhalla_git.libs/libxerces-c-3-f7c60809.2.so,sha256=AvLjV7pehcEa_7l5hr8SAE4q3
104
104
  pyvalhalla_git.libs/libxml2-54d19b2f.so.2.9.7,sha256=_L0cmQpE_Ag8yLaDcjYcD7HlArAMU7X7GJp4zsWylQc,1597833
105
105
  pyvalhalla_git.libs/libzmq-a60bbc04.so.5.2.4,sha256=PVj6lcs0afQZUC7fJTdKfRyaplq41L30sx-XCY4J6ow,804321
106
106
  valhalla/__init__.py,sha256=TQKBm2DP8mNh3OYJ-orTqk1KWGOum2U8fJo27IwQrBk,194
107
- valhalla/__version__.py,sha256=j09GVnLX42684aHEkbNDnFb8yBslAG4k6Jr7KXPp0Wk,530
107
+ valhalla/__version__.py,sha256=fUJPudoAYydBLozK46W_lClD7MtK4kD3D24zHiwVYDg,530
108
108
  valhalla/actor.py,sha256=MviJjb6ui1KwIzJbACHncuLNDdHkj1hyzCHlDD_yEjw,4077
109
109
  valhalla/config.py,sha256=kpYm-7RS4Mz3plcfGWNDx1s6tfXjnBGMei1uxhQ7VJM,1488
110
110
  valhalla/utils.py,sha256=VCxJ5rNX4Ha8Ey4T81y1b3Ke2svUwGn5TNyW8nC_8p8,1923
111
111
  valhalla/valhalla_build_config.py,sha256=WJJG6t6I8NnkGc_Wd4vSwI2mgZcwQqPrwvKph2AjfGc,42507
112
- pyvalhalla_git-3.5.1.post186.dist-info/METADATA,sha256=OYtGycjzcSnqGQOaZfzQK8iPGrwzGVDO0m6Be-CEsEs,4773
113
- pyvalhalla_git-3.5.1.post186.dist-info/WHEEL,sha256=wj07yRGyNgfcgMSZOScoYkBkpidoeAzGSgCNSOVFG2E,113
114
- pyvalhalla_git-3.5.1.post186.dist-info/top_level.txt,sha256=mU472JpF5fOfpVQ8UxZ_dwLmecLogajAMO5RmYsU1gw,19
115
- pyvalhalla_git-3.5.1.post186.dist-info/RECORD,,
116
- pyvalhalla_git-3.5.1.post186.dist-info/licenses/AUTHORS,sha256=IGm6Dg1NRkmFHV2GWvlPdfiqVoc1kfoc0pMbcKiCs30,171
117
- pyvalhalla_git-3.5.1.post186.dist-info/licenses/COPYING,sha256=i9sUrrsAX_p17jiQqhCyQrMMhAyqAbmWxWM4yiefN80,1135
118
- pyvalhalla_git-3.5.1.post186.dist-info/licenses/LICENSE.md,sha256=sZlxfQFAuJ8ba_1E8G3hYQ7eC770tBIywEWAg3rrixM,44
112
+ pyvalhalla_git-3.5.1.post187.dist-info/METADATA,sha256=U5_omjLt3jjVJGrYfLlGB3sMSLKg0x5nN37ddO_rhVc,4773
113
+ pyvalhalla_git-3.5.1.post187.dist-info/WHEEL,sha256=wj07yRGyNgfcgMSZOScoYkBkpidoeAzGSgCNSOVFG2E,113
114
+ pyvalhalla_git-3.5.1.post187.dist-info/top_level.txt,sha256=mU472JpF5fOfpVQ8UxZ_dwLmecLogajAMO5RmYsU1gw,19
115
+ pyvalhalla_git-3.5.1.post187.dist-info/RECORD,,
116
+ pyvalhalla_git-3.5.1.post187.dist-info/licenses/AUTHORS,sha256=IGm6Dg1NRkmFHV2GWvlPdfiqVoc1kfoc0pMbcKiCs30,171
117
+ pyvalhalla_git-3.5.1.post187.dist-info/licenses/COPYING,sha256=i9sUrrsAX_p17jiQqhCyQrMMhAyqAbmWxWM4yiefN80,1135
118
+ pyvalhalla_git-3.5.1.post187.dist-info/licenses/LICENSE.md,sha256=sZlxfQFAuJ8ba_1E8G3hYQ7eC770tBIywEWAg3rrixM,44
valhalla/__version__.py CHANGED
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '3.5.1.post186'
21
- __version_tuple__ = version_tuple = (3, 5, 1, 'post186')
20
+ __version__ = version = '3.5.1.post187'
21
+ __version_tuple__ = version_tuple = (3, 5, 1, 'post187')