Skip to content

Commit 56dd184

Browse files
authored
Set version to v3.0.7, update contact (#34)
1 parent ed10050 commit 56dd184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

preshed/about.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
__title__ = "preshed"
2-
__version__ = "3.0.6"
2+
__version__ = "3.0.7"
33
__summary__ = "Cython hash table that trusts the keys are pre-hashed"
44
__uri__ = "https://github.com/explosion/preshed"
5-
__author__ = "Matthew Honnibal"
6-
__email__ = "matt@explosion.ai"
5+
__author__ = "Explosion"
6+
__email__ = "contact@explosion.ai"
77
__license__ = "MIT"
88
__release__ = True

0 commit comments

Comments
 (0)