From 5522a95c4cc85b2266f1984a914144476972dac0 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia-Ripoll Date: Wed, 20 Dec 2023 22:07:03 +0100 Subject: [PATCH] Added a new version tag --- README.md | 5 ++--- seemps/version.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 971eaa81..46992fdd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SeeMPS +# SeeMPS 2.1 ## Introduction @@ -37,10 +37,9 @@ The library is developed in a mixture of Python 3 and Cython, with the support of Numpy, Scipy and h5py. Installation instructions are provided in [the documentation](https://juanjosegarciaripoll.github.io/seemps2). -Version: 1.0 +Version: 2.1 Authors: * Juan José García Ripoll (Institute of Fundamental Physics) * Paula García Molina (Institute of Fundmental Physics) - diff --git a/seemps/version.py b/seemps/version.py index a6c66852..f184c21f 100644 --- a/seemps/version.py +++ b/seemps/version.py @@ -1 +1 @@ -number = "1.2" +number = "2.1"