Skip to content

Commit 25cd04f

Browse files
committed
dependency update: require ucto >= 0.26
1 parent 213228d commit 25cd04f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import sys
88

9-
VERSION = '0.6.1' #ensure UCTODATAVERSION in ucto_wrapper.pyx is accurate
9+
VERSION = '0.6.2' #ensure UCTODATAVERSION in ucto_wrapper.pyx is accurate
1010

1111

1212
includedirs = []
@@ -70,7 +70,7 @@
7070
url = "https://github.com/proycon/python-ucto",
7171
ext_modules = extensions,
7272
cmdclass = {'build_ext': build_ext},
73-
requires=['ucto (>=0.25)'],
73+
requires=['ucto (>=0.26)'],
7474
install_requires=['Cython'],
7575
data_files = [("sources",["ucto_wrapper.pyx"])],
7676
classifiers=[

0 commit comments

Comments
 (0)