From 85070d4445bd7ad7b0daf6d01b12d00e332144fb Mon Sep 17 00:00:00 2001 From: nicolasdugue Date: Thu, 5 Dec 2024 15:12:28 +0000 Subject: [PATCH] [AUTO-COMMIT] Update release version to v1.3.3.3. Files changed: M pyproject.toml M sinr/__init__.py --- pyproject.toml | 2 +- sinr/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2678e75..e19f85a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sinr" -version = "v1.3.3.1" +version = "v1.3.3.3" description = "Build word and graph embeddings based on community detection in graphs." authors = ["Thibault Prouteau ", "Nicolas Dugue ", " Simon Guillot ", "Anthony Perez"] license = "CeCILL 2.1" diff --git a/sinr/__init__.py b/sinr/__init__.py index 89abcd5..3037d89 100644 --- a/sinr/__init__.py +++ b/sinr/__init__.py @@ -2,4 +2,4 @@ __author__ = """Thibault Prouteau""" __email__ = 'thibault.prouteau@univ-lemans.fr' -__version__ = 'v1.3.3.1' +__version__ = 'v1.3.3.3'