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.
2 parents 85aa880 + a77e7c3 commit cc1a256Copy full SHA for cc1a256
VERSION
@@ -1 +1 @@
1
-2.7.1
+2.8.0
src/cython/_version.py
-__version__ = '2.7.1'
+__version__ = '2.8.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