Skip to content

Commit

Permalink
1.0.1 candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaxxx committed Oct 4, 2017
1 parent b5e9695 commit 3119c28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
Expand Down
2 changes: 1 addition & 1 deletion utils/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.0.1-dev"
VERSION = "1.0.1"

0 comments on commit 3119c28

Please sign in to comment.