Skip to content

Commit

Permalink
chore: correct version number format in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tundeakins committed Feb 4, 2025
1 parent 93d3b91 commit 1584602
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@ build-backend = "setuptools.build_meta"
requires = ["setuptools", "numpy==2.1.3"
]

# build-backend = 'mesonpy'
# requires = [
# 'meson-python',
# 'meson >= 1.5.0',
# ]

[project]
name = "conan-exoplanet"
version = "3.3.34"
version = "3.3.4"
authors = [
{name = "Babatunde Akinsanmi", email = "[email protected]"}
{name = "Monika Lendl", email = "[email protected]"},
{name = "Babatunde Akinsanmi", email = "[email protected]"},
{name = "Monika Lendl", email = "[email protected]"}
]
maintainers = [
{name = "Babatunde Akinsanmi", email = "[email protected]"}
Expand Down

0 comments on commit 1584602

Please sign in to comment.