OpenRAM 1.1.6

This commit is contained in:
mrg 2020-07-13 16:26:25 -07:00
parent b4f5dc4c6e
commit ed9d32c7bc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import re
import copy
import importlib
VERSION = "1.1.5"
VERSION = "1.1.6"
NAME = "OpenRAM v{}".format(VERSION)
USAGE = "openram.py [options] <config file>\nUse -h for help.\n"