Skip to content

Commit 796639c

Browse files
authored
Bump v2.1.3b1
1 parent d9d1605 commit 796639c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[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!
1212
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
1414
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."
1515
authors = [
1616
{name = "Tomer Filiba", email = "tomerfiliba@gmail.com"},

0 commit comments

Comments
 (0)