We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a8639 commit 60f270cCopy full SHA for 60f270c
setup.py
@@ -6,7 +6,7 @@
6
import os
7
import sys
8
9
-VERSION = '0.6.6' #ensure UCTODATAVERSION in ucto_wrapper.pyx is accurate
+VERSION = '0.6.7' #ensure UCTODATAVERSION in ucto_wrapper.pyx is accurate
10
11
12
includedirs = []
@@ -74,7 +74,7 @@
74
url = "https://github.com/proycon/python-ucto",
75
ext_modules = extensions,
76
cmdclass = {'build_ext': build_ext},
77
- requires=['ucto (>=0.29)'],
+ requires=['ucto (>=0.30)'],
78
install_requires=['Cython'],
79
data_files = [("sources",["ucto_wrapper.pyx"])],
80
classifiers=[
0 commit comments