Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves-Laurent committed Apr 10, 2022
1 parent b7c3d4c commit db1ce85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION = 1.4.5
VERSION = 1.4.6

# Update the s3 bucket of the docs website
deploy_docs:
Expand Down
2 changes: 1 addition & 1 deletion docker/kxy/Dockerfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kxy/__init__.py
Expand Up @@ -19,7 +19,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
__version__ = "1.4.5"
__version__ = "1.4.6"

from kxy.api import *
from kxy.pre_learning import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,
Expand Down

0 comments on commit db1ce85

Please sign in to comment.