We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fd8142 + 68d34da commit 559bb43Copy full SHA for 559bb43
azure-pipelines.yml
@@ -13,7 +13,7 @@ jobs:
13
imageName: 'ubuntu-latest'
14
python.version: '3.6'
15
Python36Windows:
16
- imageName: 'windows-latest'
+ imageName: 'windows-2019'
17
18
Python36Mac:
19
imageName: 'macos-10.15'
murmurhash/about.py
@@ -1,7 +1,7 @@
1
__title__ = "murmurhash"
2
-__version__ = "1.0.7.dev0"
+__version__ = "1.0.7"
3
__summary__ = "Cython bindings for MurmurHash"
4
__uri__ = "https://github.com/explosion/murmurhash"
5
-__author__ = "Matthew Honnibal"
6
-__email__ = "matt@explosion.ai"
+__author__ = "Explosion"
+__email__ = "contact@explosion.ai"
7
__license__ = "MIT"
0 commit comments