Skip to content

Commit

Permalink
🔖 Version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amarrerod committed Sep 23, 2024
1 parent 95c96bd commit 67fd5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion digneapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Alejandro Marrero"""
__email__ = "amarrerd@ull.edu.es"
__version__ = "0.2.3"
__version__ = "0.2.4"


from . import _core, archives, domains, operators
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = { file = ["requirements.txt"] }
[project]
dynamic = ["dependencies"]
name = "digneapy"
version = "0.2.3"
version = "0.2.4"
description = "Python version of the DIGNEA code for instance generation"
authors = [{ name = "Alejandro Marrero", email = "amarrerd@ull.edu.es" }]
readme = "README.md"
Expand Down

0 comments on commit 67fd5a5

Please sign in to comment.