Upgrade version to 1.01

This commit is contained in:
Matt Guthaus 2017-10-04 20:18:30 -07:00
parent 59a0394c2b
commit 69e44c78d8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import re
import importlib
# Current version of OpenRAM.
VERSION = "1.0"
VERSION = "1.01"
USAGE = "Usage: openram.py [options] <config file>\nUse -h for help.\n"