From 45d6579eb23d8b6ceb441ce3af64b9c3f5f0a36d Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Mon, 18 Nov 2019 12:14:23 -0800 Subject: [PATCH] upgrading version to 0.12 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae9f186c..419ee24b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ deepC also offers ahead of time compiler producing optimized executable based on Main components of **deepC** have been designed to represent and optimize the common deep learning networks in high level graph IR and to transform the computation graph to minimize memory utilization, optimize data layout and fuse computation patterns for different hardware backends. -Architecture +Architecture Read more at [high level design document](docs/highLevelDesign.md) diff --git a/setup.py b/setup.py index e5fe98f3..38cc9c0e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import setuptools NAME='deepC' -VERSION=0.11 +VERSION=0.12 long_description = "" with open("README.md", "r") as fh: