You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[project] # beware if using setuptools: setup.py still gets executed, and even if pyproject.toml fields take precedence, if there is any code error in setup.py, building will fail!
12
12
name = "reedsolo"
13
-
version = "2.1.2b1"# see PEP 440 https://peps.python.org/pep-0440/#pre-releases
13
+
version = "2.1.3b1"# see PEP 440 https://peps.python.org/pep-0440/#pre-releases
14
14
description = "Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot, with a future-proof zero-dependencies pure-python implementation and an optional speed-optimized Cython/C extension."
0 commit comments