Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
version.py
Go to the documentation of this file.
1"""
2This module exists only to simplify retrieving the version number of chardet
3from within setuptools and from chardet subpackages.
4
5:author: Dan Blanchard (dan.blanchard@gmail.com)
6"""
7
8__version__ = "5.1.0"
9VERSION = __version__.split(".")
for i