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 b8c3f03 commit 61e31feCopy full SHA for 61e31fe
src/cython/_version.py
@@ -1 +1 @@
1
-__version__ = '2.9.0'
+__version__ = '2.10.0'
src/cython/mercury.pyx
@@ -33,7 +33,7 @@ from cython.operator import dereference
33
# CC=g++ CXX=g++ python setup.py install
34
35
# TODO: actually handle version
36
37
38
# imports from mercury's dns
39
cdef extern from "../libmerc/dns.h":
0 commit comments