Skip to content

Commit 23b3d96

Browse files
committed
0.8.1 candidate
1 parent b8d0aa5 commit 23b3d96

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Install on your python environment by using pip:
6868

6969
pip install jinja2
7070

71-
- Pyverilog: 1.0.6 or later
71+
- Pyverilog: 1.0.7 or later
7272

7373
Install from pip (or download and install from GitHub):
7474

7575
pip install pyverilog
7676

77-
- IPgen: 0.2.0 or later
77+
- IPgen: 0.2.1 or later
7878

7979
Install from pip (or download and install from GitHub):
8080

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ Install on your python environment by using pip:
7676

7777
pip install jinja2
7878

79-
- Pyverilog: 1.0.6 or later
79+
- Pyverilog: 1.0.7 or later
8080

8181
Install from pip (or download and install from GitHub):
8282

8383
::
8484

8585
pip install pyverilog
8686

87-
- IPgen: 0.2.0 or later
87+
- IPgen: 0.2.1 or later
8888

8989
Install from pip (or download and install from GitHub):
9090

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(filename):
2121
url='https://github.com/PyHDI/veriloggen',
2222
packages=find_packages(),
2323
#package_data={ 'path' : ['*.*'], },
24-
install_requires=[ 'pyverilog>=1.0.6', 'ipgen>=0.2.0', 'Jinja2>=2.8' ],
24+
install_requires=[ 'pyverilog>=1.0.7', 'ipgen>=0.2.1', 'Jinja2>=2.8' ],
2525
extras_require={
2626
'graph' : [ 'pygraphviz>=1.3.1' ],
2727
'test' : [ 'pytest>=2.8.2', 'pytest-pythonpath>=0.7' ],

0 commit comments

Comments
 (0)