From e535ea9198a3e7c85b9da9e071e2c3a89194728c Mon Sep 17 00:00:00 2001 From: oali <olivier.ali@inria.fr> Date: Mon, 8 Mar 2021 17:09:15 +0100 Subject: [PATCH] Updated the version number to 1.0.1. --- .pkglts/pkg_cfg.json | 2 +- README.rst | 7 ++++--- doc/conf.py | 4 ++-- setup.py | 3 +-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pkglts/pkg_cfg.json b/.pkglts/pkg_cfg.json index ac5f356..bfeac7c 100644 --- a/.pkglts/pkg_cfg.json +++ b/.pkglts/pkg_cfg.json @@ -52,6 +52,6 @@ "version": { "major": 1, "minor": 0, - "post": 0 + "post": 1 } } diff --git a/README.rst b/README.rst index 28468d6..2062c38 100644 --- a/README.rst +++ b/README.rst @@ -120,15 +120,16 @@ If you are using Bvpy in a published work, please use this bibtex entry as refer .. code-block:: - @article{gacon_2020, + @article{gacon_2021, doi = {xxx}, url = {xxx}, - year = {2020}, + year = {2021}, publisher = {xxx}, volume = {x}, number = {xx}, pages = {xxxx}, author = {Florian Gacon and Christophe Godin and Olivier Ali}, - title = {BVPy: A Python package based on FEniCS and Gmsh for solving boundary value problems in cell and tissue mechanics.}, + title = {BVPy: A FEniCS-based Python package to ease the expression and study + of boundary value problems in Biology.}, journal = {Journal of Open Source Software} } diff --git a/doc/conf.py b/doc/conf.py index a517bf3..32e2bdf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -157,9 +157,9 @@ copyright = u"2020, bvpy" # # The short X.Y version. -version = "1.0.0" +version = "1.0.1" # The full version, including alpha/beta/rc tags. -release = "1.0.0" +release = "1.0.1" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/setup.py b/setup.py index 763f530..e7c1588 100644 --- a/setup.py +++ b/setup.py @@ -12,10 +12,9 @@ history = open('HISTORY.rst').read() pkgs = find_packages('src') - setup_kwds = dict( name='bvpy', - version="1.0.0", + version="1.0.1", description=short_descr, long_description=readme + '\n\n' + history, author="Florian Gacon", -- GitLab