stigg-api-client 1.102.0__tar.gz → 1.103.0__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.

Potentially problematic release.


This version of stigg-api-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 1.102.0
3
+ Version: 1.103.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "stigg-api-client"
3
- version = "1.102.0"
3
+ version = "1.103.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -1009,6 +1009,7 @@ def fragment_mock_paywall_price_fragment():
1009
1009
  _frag_feature.feature_units()
1010
1010
  _frag_feature.feature_units_plural()
1011
1011
  _frag_feature.display_name()
1012
+ _frag.block_size()
1012
1013
  return _frag
1013
1014
 
1014
1015