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: