Skip to content

Commit

Permalink
[AUTO-COMMIT] Update release version to v1.3.3. (#114)
Browse files Browse the repository at this point in the history
Files changed:
M	pyproject.toml
M	sinr/__init__.py

Co-authored-by: nicolasdugue <nicolasdugue@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nicolasdugue authored Nov 21, 2024
1 parent 6734ffa commit ae6413d
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.1"
version = "v1.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.1'
__version__ = 'v1.3.3'

0 comments on commit ae6413d

Please sign in to comment.