Skip to content

Commit 7617182

Browse files
tacaswellmattip
authored andcommitted
BLD: catch the final (non-string) version of version
1 parent d35dc06 commit 7617182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .error import PkgConfigError
77

88
__version__ = "2.0.1.dev0"
9-
__version_info__ = (2, 0, 0, 'dev0')
9+
__version_info__ = (2, 0, 1, 'dev0')
1010

1111
# The verifier module file names are based on the CRC32 of a string that
1212
# contains the following version number. It may be older than __version__

0 commit comments

Comments
 (0)