diff --git a/CHANGELOG.md b/CHANGELOG.md index 4353c2d..d0c99e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Changelog ==== +### 1.6.12 + +* Re-release 1.6.11 without the `src` directory included in the package. + ### 1.6.11 * Allow unauthenticated usage of "datasets download", "datasets files". diff --git a/kaggle/api/kaggle_api_extended.py b/kaggle/api/kaggle_api_extended.py index e68b682..886ca66 100644 --- a/kaggle/api/kaggle_api_extended.py +++ b/kaggle/api/kaggle_api_extended.py @@ -272,7 +272,7 @@ def __repr__(self): class KaggleApi(KaggleApi): - __version__ = '1.6.11' + __version__ = '1.6.12' CONFIG_NAME_PROXY = 'proxy' CONFIG_NAME_COMPETITION = 'competition' diff --git a/setup.py b/setup.py index d5672b3..28cae2f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # pyproject.toml instead of maintaining both flows. setup( name='kaggle', - version='1.6.11', + version='1.6.12', description='Kaggle API', long_description= ('Official API for https://www.kaggle.com, accessible using a command line ' diff --git a/src/__init__.py b/src/__init__.py index 5a355df..734b164 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__ = "1.6.11" +__version__ = "1.6.12" diff --git a/src/kaggle/api/kaggle_api_extended.py b/src/kaggle/api/kaggle_api_extended.py index f989f10..ec4938d 100644 --- a/src/kaggle/api/kaggle_api_extended.py +++ b/src/kaggle/api/kaggle_api_extended.py @@ -256,7 +256,7 @@ def __repr__(self): class KaggleApi(KaggleApi): - __version__ = '1.6.11' + __version__ = '1.6.12' CONFIG_NAME_PROXY = 'proxy' CONFIG_NAME_COMPETITION = 'competition' diff --git a/src/setup.py b/src/setup.py index d5672b3..28cae2f 100644 --- a/src/setup.py +++ b/src/setup.py @@ -6,7 +6,7 @@ # pyproject.toml instead of maintaining both flows. setup( name='kaggle', - version='1.6.11', + version='1.6.12', description='Kaggle API', long_description= ('Official API for https://www.kaggle.com, accessible using a command line '