Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sgherbst committed Jan 22, 2020
1 parent 0338e72 commit 0678439
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion 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.8'
version = '0.1.9'

DESCRIPTION = '''\
Tool for running mixed-signal emulations on FPGAs\
Expand Down
3 changes: 0 additions & 3 deletions tests/rc/gen.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import sys
print(sys.executable)

from pathlib import Path
from argparse import ArgumentParser
from msdsl import (MixedSignalModel, VerilogGenerator, Deriv)
Expand Down

0 comments on commit 0678439

Please sign in to comment.