From d4e09d90cdace1dd87cb7178e8529360663623e6 Mon Sep 17 00:00:00 2001 From: "Martin R. Albrecht" Date: Tue, 17 Oct 2023 15:11:38 +0100 Subject: [PATCH] new release --- README.rst | 2 +- src/fpylll/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"