From 1599c66f33fb19621ba5e3c3f6e45b15b09c330c Mon Sep 17 00:00:00 2001 From: djl11 Date: Wed, 20 Jan 2021 15:30:02 +0100 Subject: [PATCH] pypi release 1.1.1. --- README.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 04d2709..90eeee8 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,12 @@ .. raw:: html
+ + + + + + diff --git a/setup.py b/setup.py index 2bc7984..6c14916 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setup(name='ivy-demo-utils', - version='0.0.0', + version='1.1.1', description='Ivy Demo Utils provides a set of utilities for creating visual demos for Ivy libraries', author='Ivy Team', author_email='ivydl.team@gmail.com',