We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed10050 commit 56dd184Copy full SHA for 56dd184
preshed/about.py
@@ -1,8 +1,8 @@
1
__title__ = "preshed"
2
-__version__ = "3.0.6"
+__version__ = "3.0.7"
3
__summary__ = "Cython hash table that trusts the keys are pre-hashed"
4
__uri__ = "https://github.com/explosion/preshed"
5
-__author__ = "Matthew Honnibal"
6
-__email__ = "matt@explosion.ai"
+__author__ = "Explosion"
+__email__ = "contact@explosion.ai"
7
__license__ = "MIT"
8
__release__ = True
0 commit comments