Skip to content

Commit 27bb0d1

Browse files
committed
Bumped release number.
1 parent abf616c commit 27bb0d1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
# =======================================================================
199199
# Classify Google Search Console data using ABCD
200200
# =======================================================================
201-
201+
"""
202202
key = "pds-client-secrets.json"
203203
site_url = "sc-domain:practicaldatascience.co.uk"
204204
start_date = '2022-10-01'
@@ -211,4 +211,3 @@
211211
print(df_summary)
212212

213213

214-
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name='ecommercetools',
1111
packages=find_namespace_packages(include=['ecommercetools.*']),
12-
version='0.42.7',
12+
version='0.42.8',
1313
license='MIT',
1414
description='EcommerceTools is a data science toolkit for ecommerce, marketing science, and Python SEO.',
1515
long_description=long_description,

0 commit comments

Comments
 (0)