Skip to content

Commit 3119c28

Browse files
committed
1.0.1 candidate
1 parent b5e9695 commit 3119c28

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Install on your python environment by using pip:
7474

7575
pip install jinja2
7676

77-
- Pyverilog: 1.1.0 or later
77+
- Pyverilog: 1.1.1 or later
7878

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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Install on your python environment by using pip:
8383

8484
pip install jinja2
8585

86-
- Pyverilog: 1.1.0 or later
86+
- Pyverilog: 1.1.1 or later
8787

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

setup.py

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

utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.0.1-dev"
1+
VERSION = "1.0.1"

0 commit comments

Comments
 (0)