Skip to content

Commit a77e7c3

Browse files
committed
incrementing minor version
1 parent 5de22e2 commit a77e7c3

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.7.1'
1+
__version__ = '2.8.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.7.1'
36+
__version__ = '2.8.0'
3737

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

0 commit comments

Comments
 (0)