Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed May 14, 2021
1 parent cc99217 commit 9945fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ How to cite
@unpublished{fplll,
author = {The {FPyLLL} development team},
title = {{fpylll}, lattice reduction for {Python}, {Version}: 0.5.5},
title = {{fpylll}, lattice reduction for {Python}, {Version}: 0.5.6},
year = 2021,
note = {Available at \url{https://github.com/fplll/fplll}},
url = {https://github.com/fplll/fplll}
Expand Down
2 changes: 1 addition & 1 deletion src/fpylll/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from .fplll.pruner import Pruning
from .util import ReductionError
from .util import FPLLL
__version__ = "0.5.5"
__version__ = "0.5.6"

0 comments on commit 9945fcc

Please sign in to comment.