From 749a46d1f52576b40305d50c93183f3db521cb60 Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 8 Aug 2023 14:10:46 -0400 Subject: [PATCH] verison Former-commit-id: 604e012321897c9defe1b5a7808a85555a07bc76 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54f0cf79..8350b31c 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ For documentation, go here, [the docs folder in the root diectory](docs) ----- # Docker Setup -The docker file is located in the docker folder in the `infra` folder, [click here and navigate here in your environment](/infr) +The docker file is located in the docker folder in the `infra` folder, [click here and navigate here in your environment](/infra/Docker) * Build the Docker image diff --git a/setup.py b/setup.py index a0dc3f19..26b32560 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '1.1.4', + version = '1.1.5', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez',