Skip to content

Commit

Permalink
bump v2.1.1b1
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <LRQ3000@gmail.com>
  • Loading branch information
lrq3000 committed Jul 15, 2023
1 parent a8d3a97 commit 84f9ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"

[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!
name = "reedsolo"
version = "2.1.0b1" # see PEP 440 https://peps.python.org/pep-0440/#pre-releases
version = "2.1.1b1" # see PEP 440 https://peps.python.org/pep-0440/#pre-releases
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."
authors = [
{name = "Tomer Filiba", email = "tomerfiliba@gmail.com"},
Expand Down

0 comments on commit 84f9ba5

Please sign in to comment.