Skip to content

Commit

Permalink
Fixed author e-mail in pyproject.toml; and set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droodev authored Nov 11, 2024
1 parent dfcf012 commit ddce694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "permanentbis"
version = "0.1.0beta1"
version = "0.1.0"
authors = [
{name = "Pete Shadbolt", email = "[email protected]"},
{name = "Pete Shadbolt", email = "[email protected]"},
{name = "Andrzej Kaczmarczyk", email = "[email protected]"}
]
maintainers = [
Expand Down

0 comments on commit ddce694

Please sign in to comment.