Skip to content

Commit cc1a256

Browse files
davidmcgrewGitHub Enterprise
authored andcommitted
Merge pull request #505 from network-intelligence/version-update
Version update
2 parents 85aa880 + a77e7c3 commit cc1a256

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.1
1+
2.8.0

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)