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 213228d commit 25cd04fCopy full SHA for 25cd04f
setup.py
@@ -6,7 +6,7 @@
6
import os
7
import sys
8
9
-VERSION = '0.6.1' #ensure UCTODATAVERSION in ucto_wrapper.pyx is accurate
+VERSION = '0.6.2' #ensure UCTODATAVERSION in ucto_wrapper.pyx is accurate
10
11
12
includedirs = []
@@ -70,7 +70,7 @@
70
url = "https://github.com/proycon/python-ucto",
71
ext_modules = extensions,
72
cmdclass = {'build_ext': build_ext},
73
- requires=['ucto (>=0.25)'],
+ requires=['ucto (>=0.26)'],
74
install_requires=['Cython'],
75
data_files = [("sources",["ucto_wrapper.pyx"])],
76
classifiers=[
0 commit comments