Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarOnGithub committed Jul 17, 2024
1 parent 9273c43 commit 5b68292
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "temporals"
version = "0.0.1"
version = "0.1.0"
authors = [
{name = "Dimitar Ivanov", email = "dimitarxivanov@gmail.com"},
]
Expand All @@ -14,7 +14,7 @@ requires-python = ">=3.10"
keywords = ["time", "date", "datetime", "period", "interval"]
license = {text = "MIT"}
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand All @@ -30,6 +30,6 @@ classifiers = [
]

[project.urls]
Homepage = "https://github.com/dimitarOnGithub/periods"
Issues = "https://github.com/dimitarOnGithub/periods/issues"
Documentation = "https://github.com/dimitarOnGithub/periods/wiki"
Homepage = "https://github.com/dimitarOnGithub/temporals"
Issues = "https://github.com/dimitarOnGithub/temporals/issues"
Documentation = "https://github.com/dimitarOnGithub/temporals/wiki"

0 comments on commit 5b68292

Please sign in to comment.