Skip to content

Commit 4f2a885

Browse files
committedJul 6, 2024
Cleanup namespace
1 parent 060275c commit 4f2a885

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎fastwonn/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
del twonn
1010
del mle
1111
del impl
12+
del utils

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(fname):
2222

2323
setup(
2424
name=PACKAGENAME,
25-
version="0.0.6",
25+
version="0.0.7",
2626
author="Emanuele Ballarin",
2727
author_email="emanuele@ballarin.cc",
2828
url="https://github.com/emaballarin/fastwonn",

0 commit comments

Comments
 (0)