diff --git a/README.md b/README.md index e642cace..10895de9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Install on your python environment by using pip: pip install jinja2 -- Pyverilog: 1.1.0 or later +- Pyverilog: 1.1.1 or later Install from pip (or download and install from GitHub): diff --git a/README.rst b/README.rst index bae0d62d..a8cc491d 100644 --- a/README.rst +++ b/README.rst @@ -83,7 +83,7 @@ Install on your python environment by using pip: pip install jinja2 -- Pyverilog: 1.1.0 or later +- Pyverilog: 1.1.1 or later Install from pip (or download and install from GitHub): diff --git a/setup.py b/setup.py index 71018c5b..253924ee 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(filename): url='https://github.com/PyHDI/veriloggen', packages=find_packages(), #package_data={ 'path' : ['*.*'], }, - install_requires=[ 'pyverilog>=1.1.0', 'ipgen>=0.3.0', 'Jinja2>=2.8' ], + install_requires=[ 'pyverilog>=1.1.1', 'ipgen>=0.3.0', 'Jinja2>=2.8' ], extras_require={ 'graph' : [ 'pygraphviz>=1.3.1' ], 'test' : [ 'pytest>=2.8.2', 'pytest-pythonpath>=0.7' ], diff --git a/utils/version.py b/utils/version.py index cb120b4e..50b5ea95 100644 --- a/utils/version.py +++ b/utils/version.py @@ -1 +1 @@ -VERSION = "1.0.1-dev" +VERSION = "1.0.1"