We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060275c commit 4f2a885Copy full SHA for 4f2a885
fastwonn/__init__.py
@@ -9,3 +9,4 @@
9
del twonn
10
del mle
11
del impl
12
+del utils
setup.py
@@ -22,7 +22,7 @@ def read(fname):
22
23
setup(
24
name=PACKAGENAME,
25
- version="0.0.6",
+ version="0.0.7",
26
author="Emanuele Ballarin",
27
author_email="emanuele@ballarin.cc",
28
url="https://github.com/emaballarin/fastwonn",
0 commit comments