From a19b876241c01b19dcbd089dc03d9ffb6afbe9c1 Mon Sep 17 00:00:00 2001 From: "Martin R. Albrecht" Date: Sun, 21 Jan 2024 12:36:56 +0000 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 59ea5bfd..c34f4436 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.6.0}, + title = {{fpylll}, a {Python} wrapper for the {fplll} lattice reduction library, {Version}: 0.6.1}, 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 d6688ece..61266276 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.6.0" +__version__ = "0.6.1"