Skip to content

Commit

Permalink
Fixed package creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperg3 committed Jan 10, 2024
1 parent 112fcc5 commit 4b4eacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = "trajallocpy"
version = "0.0.2"
version = "0.0.3"
description = "TrajAllocPy is a Python library that provides functionality for trajectory task Allocaition using Consensus based bundle algorithm"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="trajallocpy",
version="0.0.2",
version="0.0.3",
description="TrajAllocPy is a Python library that provides functionality for trajectory task Allocation using Consensus based bundle algorithm",
long_description="",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4b4eacb

Please # to comment.