Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSch92 committed May 28, 2024
1 parent bcf9f23 commit 82461da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ The version is represented by three digits: a.b.c.

## Unreleased


## \[0.0.4\] - 2024-05-28

FEATURE:

- `symmetria.Permutation`: add `is_regular` method
Expand All @@ -33,6 +36,7 @@ FEATURE:
- `symmetria.Cycle`: add `__pow__` method
- `symmetria.CyclePermutation`: add `__pow__` method


## \[0.0.3\] - 2024-05-25

FEATURE:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "symmetria"
version = "0.0.3"
version = "0.0.4"
description = "Symmetria provides an intuitive, thorough, and comprehensive framework for interacting with the symmetric group and its elements."
authors = [
{name = "Vasco Schiavo"},
Expand Down
2 changes: 1 addition & 1 deletion symmetria/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from symmetria.elements.permutation import Permutation
from symmetria.elements.cycle_decomposition import CycleDecomposition

__version__ = "0.0.3"
__version__ = "0.0.4"
__all__ = ["__version__", "Permutation", "Cycle", "CycleDecomposition"]


Expand Down

0 comments on commit 82461da

Please sign in to comment.