From 982e12be5e29269368eb63ec747dd2013722c9cf Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 21 Nov 2019 11:00:22 -0800 Subject: [PATCH] Increment minor version --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index a0f04de1..59d34999 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -19,7 +19,7 @@ import re import copy import importlib -VERSION = "1.1.2" +VERSION = "1.1.3" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"