Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Oct 17, 2023
1 parent 5aa252e commit d4e09d9
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{fpylll,
author = {The {FPLLL} development team},
title = {{fpylll}, a {Python} wrapper for the {fplll} lattice reduction library, {Version}: 0.5.9},
title = {{fpylll}, a {Python} wrapper for the {fplll} lattice reduction library, {Version}: 0.6.0},
year = 2023,
note = {Available at \url{https://github.com/fplll/fpylll}},
url = {https://github.com/fplll/fpylll}
Expand Down
2 changes: 1 addition & 1 deletion src/fpylll/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
from .util import ReductionError
from .util import FPLLL

__version__ = "0.5.9"
__version__ = "0.6.0"

0 comments on commit d4e09d9

Please sign in to comment.