Skip to content

Commit 60f270c

Browse files
committed
dependency update; require ucto >= 0.30
1 parent 75a8639 commit 60f270c

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.6' #ensure UCTODATAVERSION in ucto_wrapper.pyx is accurate
9+
VERSION = '0.6.7' #ensure UCTODATAVERSION in ucto_wrapper.pyx is accurate
1010

1111

1212
includedirs = []
@@ -74,7 +74,7 @@
7474
url = "https://github.com/proycon/python-ucto",
7575
ext_modules = extensions,
7676
cmdclass = {'build_ext': build_ext},
77-
requires=['ucto (>=0.29)'],
77+
requires=['ucto (>=0.30)'],
7878
install_requires=['Cython'],
7979
data_files = [("sources",["ucto_wrapper.pyx"])],
8080
classifiers=[

0 commit comments

Comments
 (0)