From 6e6488b2ae498d2f38784df9fcdfc11e97b5811a Mon Sep 17 00:00:00 2001 From: Simone Persiani Date: Mon, 22 Feb 2021 14:08:38 +0100 Subject: [PATCH] Bump version number --- docs/source/conf.py | 2 +- oc_ocdm/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 85129be..ef6324a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Silvio Peroni, Marilena Daquino, Fabio Mariani, Simone Persiani' # The full version, including alpha/beta/rc tags -release = '4.0.3' +release = '4.1.0' # -- General configuration --------------------------------------------------- diff --git a/oc_ocdm/__init__.py b/oc_ocdm/__init__.py index c5615a7..8b22f31 100644 --- a/oc_ocdm/__init__.py +++ b/oc_ocdm/__init__.py @@ -13,7 +13,7 @@ # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -__version__ = '4.0.3' +__version__ = '4.1.0' from oc_ocdm.storer import Storer from oc_ocdm.reader import Reader diff --git a/pyproject.toml b/pyproject.toml index 19f7b4d..e1928eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "oc_ocdm" -version = "4.0.3" +version = "4.1.0" description = "Object mapping library for manipulating RDF graphs that are compliant with the OpenCitations datamodel." authors = [ "Silvio Peroni ",