Merge branch 'dev' into tech_migration

This commit is contained in:
Matt Guthaus 2019-11-21 11:02:33 -08:00
commit 67a0928303
1 changed files with 1 additions and 1 deletions

View File

@ -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] <config file>\nUse -h for help.\n"