From 31d2d7145b7714e3d1624aba50e9c2cce715adf7 Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 13 Jan 2023 09:47:07 -0800 Subject: [PATCH] v1.2.1 --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index c66d63ac..06260fc9 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -22,7 +22,7 @@ from openram import debug from openram import options -VERSION = "1.2.0" +VERSION = "1.2.1" NAME = "OpenRAM v{}".format(VERSION) USAGE = "sram_compiler.py [options] \nUse -h for help.\n"