File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ def __repr__(self):
251251
252252
253253class KaggleApi :
254- __version__ = '1.7.3b0 '
254+ __version__ = '1.7.3b1 '
255255
256256 CONFIG_NAME_PROXY = 'proxy'
257257 CONFIG_NAME_COMPETITION = 'competition'
Original file line number Diff line number Diff line change 99# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
1010setup (
1111 name = 'kaggle' ,
12- version = '1.7.3b0 ' ,
12+ version = '1.7.3b1 ' ,
1313 description = 'Kaggle API' ,
1414 long_description = (
1515 'Official API for https://www.kaggle.com, accessible using a command line '
Original file line number Diff line number Diff line change 1- __version__ = "1.7.3b0 "
1+ __version__ = "1.7.3b1 "
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ def __repr__(self):
251251
252252
253253class KaggleApi :
254- __version__ = '1.7.3b0 '
254+ __version__ = '1.7.3b1 '
255255
256256 CONFIG_NAME_PROXY = 'proxy'
257257 CONFIG_NAME_COMPETITION = 'competition'
Original file line number Diff line number Diff line change 99# https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
1010setup (
1111 name = 'kaggle' ,
12- version = '1.7.3b0 ' ,
12+ version = '1.7.3b1 ' ,
1313 description = 'Kaggle API' ,
1414 long_description = (
1515 'Official API for https://www.kaggle.com, accessible using a command line '
You can’t perform that action at this time.
0 commit comments