Skip to content

Commit 78b983a

Browse files
committed
Fix version
1 parent fdd0abe commit 78b983a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cymem/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
55

66
__title__ = 'cymem'
7-
__version__ = '2.0.1'
7+
__version__ = '2.0.0'
88
__summary__ = 'Manage calls to calloc/free through Cython'
99
__uri__ = 'https://github.com/explosion/cymem'
1010
__author__ = 'Matthew Honnibal'

0 commit comments

Comments
 (0)