From 0250d9add7306c558b10c834e3ef1555cdaebb5a Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 1 Dec 2020 17:15:03 -0800 Subject: [PATCH] v1.1.7 --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index 8c6d7fd5..f5c42dc0 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -19,7 +19,7 @@ import re import copy import importlib -VERSION = "1.1.6" +VERSION = "1.1.7" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"