Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sgherbst committed Jan 21, 2020
1 parent 38dca73 commit 8254426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

name = 'anasymod'
version = '0.1.5'
version = '0.1.6'

DESCRIPTION = '''\
Tool for running mixed-signal emulations on FPGAs\
Expand All @@ -27,8 +27,8 @@
]
},
install_requires=[
'svreal',
'msdsl',
'svreal>=0.1.9',
'msdsl>=0.1.4',
'jinja2',
'pyvcd',
'pyserial'
Expand Down

0 comments on commit 8254426

Please sign in to comment.