Skip to content

Commit

Permalink
[RELEASE] 0.0.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSch92 authored May 16, 2024
1 parent b8ee0fa commit caf3e29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The version is represented by three digits: a.b.c.

## Unreleased

## \[0.0.1\] - 2024-05-16

MAINTENANCE:

- `.github`: add workflows `tests.yml`, `code-style.yml`, `release.yml` and `check-pr-title.yml`
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "symmetria"
version = "0.0.0"
version = "0.0.1"
description = "Symmetria provides an intuitive, thorough, and comprehensive framework for interacting with the symmetric group and its elements."
authors = [
{name = "Vasco Schiavo"},
Expand All @@ -9,7 +9,6 @@ maintainers = [
{name = "Vasco Schiavo"},
]
readme = {file="README.md", content-type="text/markdown"}
# entry point
requires-python = ">=3.9,<3.13"
keywords = [
"math",
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.0"
__version__ = "0.0.1"
__all__ = ["__version__", "Permutation", "Cycle", "CycleDecomposition"]


Expand Down

0 comments on commit caf3e29

Please sign in to comment.