Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sgherbst committed Jan 16, 2020
1 parent a4de9f8 commit e137da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include svreal.sv
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

name = 'svreal'
version = '0.1.3'
version = '0.1.4'

DESCRIPTION = '''\
Library for working with fixed-point numbers in SystemVerilog\
Expand Down Expand Up @@ -37,5 +37,6 @@
'License :: OSI Approved :: MIT License',
f'Programming Language :: Python :: 3.7'
],
include_package_data=True,
zip_safe=False
)

0 comments on commit e137da4

Please sign in to comment.