sentry-relay 0.8.61__zip → 0.8.64__zip

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.1
2
2
  Name: sentry-relay
3
- Version: 0.8.61
3
+ Version: 0.8.64
4
4
  Summary: A python library to access sentry relay functionality.
5
5
  Author: Sentry
6
6
  Author-email: hello@sentry.io
@@ -117,5 +117,5 @@ setup(
117
117
  install_requires=["milksnake>=0.1.6"],
118
118
  setup_requires=["milksnake>=0.1.6"],
119
119
  milksnake_tasks=[build_native],
120
- cmdclass={"sdist": CustomSDist},
120
+ cmdclass={"sdist": CustomSDist}, # type: ignore
121
121
  )
@@ -0,0 +1 @@
1
+ 0.8.64
@@ -1 +0,0 @@
1
- 0.8.61
File without changes