Skip to content

Commit c5ae432

Browse files
committed
Add __init__
1 parent fd49396 commit c5ae432

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libparse/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .libparse import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
setup(
2525
name=module_name,
2626
packages=find_packages(),
27-
version="0.1.1",
27+
version="0.1.2",
2828
description="Python wrapper around Yosys' libparse module",
2929
long_description=open("Readme.md").read(),
3030
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)