Skip to content

Commit

Permalink
Fixed link to documentation in pypi (needed to upgrade package to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliofantuzzi committed Dec 14, 2024
1 parent 7d2ec0f commit 34dd67e
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 @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
#------------------------------------------------------------------------------------------
[project]
name = "beeoptimal"
version = "0.1.0"
version = "0.1.1"
license = {file = "LICENSE"}
description = "A Python implementation of the Artificial Bee Colony (ABC) optimization algorithm"
keywords = ["metahueristic", "optimization", "artificial bee colony", "swarm intelligence"]
Expand Down Expand Up @@ -40,7 +40,7 @@ tutorials = [
]
#------------------------------------------------------------------------------------------
[project.urls]
Documentation = "https://readthedocs.org" # TODO: Add the real link to the documentation
Documentation = "https://beeoptimal.readthedocs.io/en/latest/"
Repository = "https://github.com/giuliofantuzzi/BeeOptimal"
Issues = "https://github.com/giuliofantuzzi/BeeOptimal/issues"
#------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 34dd67e

Please sign in to comment.