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"