Skip to content

Commit

Permalink
[AUTO-COMMIT] Update release version to v1.3.3.3.
Browse files Browse the repository at this point in the history
Files changed:
M	pyproject.toml
M	sinr/__init__.py
  • Loading branch information
nicolasdugue authored and thibaultprouteau committed Dec 6, 2024
1 parent 6392693 commit 85070d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <thibault.prouteau@univ-lemans.fr>", "Nicolas Dugue <nicolas.dugue@univ-lemans.fr>", " Simon Guillot <simon.guillot@univ-lemans.fr>", "Anthony Perez"]
license = "CeCILL 2.1"
Expand Down
2 changes: 1 addition & 1 deletion sinr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Thibault Prouteau"""
__email__ = 'thibault.prouteau@univ-lemans.fr'
__version__ = 'v1.3.3.1'
__version__ = 'v1.3.3.3'

0 comments on commit 85070d4

Please sign in to comment.