Skip to content

Commit 61e31fe

Browse files
committed
increment cython version to 2.10.0
1 parent b8c3f03 commit 61e31fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cython/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.9.0'
1+
__version__ = '2.10.0'

src/cython/mercury.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ from cython.operator import dereference
3333
# CC=g++ CXX=g++ python setup.py install
3434

3535
# TODO: actually handle version
36-
__version__ = '2.9.0'
36+
__version__ = '2.10.0'
3737

3838
# imports from mercury's dns
3939
cdef extern from "../libmerc/dns.h":

0 commit comments

Comments
 (0)