diff --git a/README.rst b/README.rst index b092edaa..585ff8fa 100644 --- a/README.rst +++ b/README.rst @@ -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} diff --git a/src/fpylll/__init__.py b/src/fpylll/__init__.py index 9bd3a649..d6688ece 100644 --- a/src/fpylll/__init__.py +++ b/src/fpylll/__init__.py @@ -12,4 +12,4 @@ from .util import ReductionError from .util import FPLLL -__version__ = "0.5.9" +__version__ = "0.6.0"