Skip to content

Commit a10076f

Browse files
committed
use circle for testing instead of travis
1 parent fcfc7b0 commit a10076f

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ A Python wrapper around `MetroHash <https://github.com/jandrewrogers/MetroHash>`
1111
:target: https://pypi.python.org/pypi/metrohash
1212
:alt: Downloads
1313

14-
.. image:: https://travis-ci.org/escherba/python-metrohash.svg
15-
:target: https://travis-ci.org/escherba/python-metrohash
14+
.. image:: https://circleci.com/gh/escherba/python-metrohash.png?style=shield
15+
:target: https://circleci.com/gh/escherba/python-metrohash
1616
:alt: Tests Status
1717

18-
1918
Installation
2019
------------
2120

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def build_extensions(self):
4747
-Wno-unused-function
4848
""".split()
4949

50-
VERSION = '0.0.11'
50+
VERSION = '0.0.12'
5151
URL = "https://github.com/escherba/python-metrohash"
5252

5353
setup(

src/metrohash.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Python wrapper for MetroHash, a fast non-cryptographic hashing algorithm
66

77
__author__ = "Eugene Scherba"
88
__email__ = "escherba+metrohash@gmail.com"
9-
__version__ = "0.0.11"
9+
__version__ = "0.0.12"
1010
__all__ = [
1111
"metrohash64", "metrohash128",
1212
"MetroHash64", "MetroHash128",

0 commit comments

Comments
 (0)