Skip to content

Commit 78de56f

Browse files
authored
Release 1.7.4.1 (#716)
1 parent 2592675 commit 78de56f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

kaggle/api/kaggle_api_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def __repr__(self):
253253

254254

255255
class KaggleApi:
256-
__version__ = '1.7.4'
256+
__version__ = '1.7.4.1'
257257

258258
CONFIG_NAME_PROXY = 'proxy'
259259
CONFIG_NAME_COMPETITION = 'competition'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
1010
setup(
1111
name='kaggle',
12-
version='1.7.4',
12+
version='1.7.4.1',
1313
description='Kaggle API',
1414
long_description=(
1515
'Official API for https://www.kaggle.com, accessible using a command line '

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.4"
1+
__version__ = "1.7.4.1"

src/kaggle/api/kaggle_api_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def __repr__(self):
253253

254254

255255
class KaggleApi:
256-
__version__ = '1.7.4'
256+
__version__ = '1.7.4.1'
257257

258258
CONFIG_NAME_PROXY = 'proxy'
259259
CONFIG_NAME_COMPETITION = 'competition'

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
1010
setup(
1111
name='kaggle',
12-
version='1.7.4',
12+
version='1.7.4.1',
1313
description='Kaggle API',
1414
long_description=(
1515
'Official API for https://www.kaggle.com, accessible using a command line '

0 commit comments

Comments
 (0)