Skip to content

Commit

Permalink
🔖 Updates version to check deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
amarrerod committed Sep 10, 2024
1 parent a0c6d1b commit d4aa15a
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.2"
__version__ = "0.2.3"

from digneapy import core, domains, generators, operators, qd, solvers, utils
from digneapy._constants import Direction
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __str__(self):
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/dignea/digneapy",
version="0.2.2",
version="0.2.3",
ext_modules=ext_modules,
cmdclass={"build_ext": build_ext},
zip_safe=False,
Expand Down

0 comments on commit d4aa15a

Please sign in to comment.