Skip to content

Commit

Permalink
Changed version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusSifft committed Jan 24, 2024
1 parent 07216ab commit 59a5edd
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,13 +5,13 @@ build-backend = "hatchling.build"

[project]
name = "signalsnap"
version = "1.0.3"
version = "1.0.4"
authors = [
{ name="Markus Sifft", email="[email protected]" },
]
description = "Spectra at your fingertips"
readme = "README.md"
requires-python = "<3.12"
requires-python = ">3.8"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 59a5edd

Please sign in to comment.