Skip to content

Commit 666edbd

Browse files
deps: bump libraries with migrated namespace to 1.0.0 versions
1 parent 69b0a4c commit 666edbd

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

libs/community/google/ads/garf/community/google/ads/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
'GoogleAdsApiReportFetcher',
2323
]
2424

25-
__version__ = '0.0.5'
25+
__version__ = '1.0.0'

libs/community/google/analytics/garf/community/google/analytics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
'GoogleAnalyticsApiReportFetcher',
2323
]
2424

25-
__version__ = '0.0.1'
25+
__version__ = '1.0.0'

libs/community/google/bid-manager/garf/community/google/bid_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'BidManagerApiReportFetcher',
2424
]
2525

26-
__version__ = '0.0.7'
26+
__version__ = '1.0.0'
2727

2828
logging.getLogger('googleapiclient.discovery_cache').setLevel(logging.ERROR)
2929
logging.getLogger('google_auth_oauthlib.flow').setLevel(logging.ERROR)

libs/community/google/knowledge-graph/garf/community/google/knowledge_graph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
'KnowledgeGraphApiReportFetcher',
2929
]
3030

31-
__version__ = '0.0.1'
31+
__version__ = '1.0.0'

libs/community/google/merchant/garf/community/google/merchant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
'MerchantApiReportFetcher',
2727
]
2828

29-
__version__ = '0.0.1'
29+
__version__ = '1.0.0'

libs/core/garf/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
'ApiReportFetcher',
2727
]
2828

29-
__version__ = '0.8.0'
29+
__version__ = '1.0.0'

libs/executors/garf/executors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def setup_executor(
5757
'ApiExecutionContext',
5858
]
5959

60-
__version__ = '0.2.3'
60+
__version__ = '1.0.0'

libs/exporters/garf/exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
'GarfExporter',
2020
]
2121

22-
__version__ = '0.1.0'
22+
__version__ = '1.0.0'

libs/io/garf/io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""Write GarfReport to anywhere."""
1515

16-
__version__ = '0.1.3'
16+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)