From db1ce857f8f40e5504b46e86bdb40979ec855493 Mon Sep 17 00:00:00 2001 From: Yves-Laurent Date: Sat, 9 Apr 2022 23:21:06 -0400 Subject: [PATCH] Version update --- Makefile | 2 +- docker/kxy/Dockerfile | 2 +- kxy/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 97ec436..9950eb4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.4.5 +VERSION = 1.4.6 # Update the s3 bucket of the docs website deploy_docs: diff --git a/docker/kxy/Dockerfile b/docker/kxy/Dockerfile index 342b121..8adb3e3 100644 --- a/docker/kxy/Dockerfile +++ b/docker/kxy/Dockerfile @@ -22,7 +22,7 @@ RUN pip install boto3 RUN pip install tqdm # Install kxy -RUN pip install kxy==1.4.5 +RUN pip install kxy==1.4.6 # Copy examples into the Notebooks folder RUN git clone https://github.com/kxytechnologies/kxy-python.git /opt/kxy-python diff --git a/kxy/__init__.py b/kxy/__init__.py index 03868fe..f52e42e 100644 --- a/kxy/__init__.py +++ b/kxy/__init__.py @@ -19,7 +19,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . """ -__version__ = "1.4.5" +__version__ = "1.4.6" from kxy.api import * from kxy.pre_learning import * diff --git a/setup.py b/setup.py index 90184c5..3dbe77e 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('README.md') as f: long_description = f.read() -version = "1.4.5" +version = "1.4.6" setup(name="kxy", version=version, zip_safe=False,