fix: Added patch number to semver in pyproject.toml

This commit is contained in:
Anne de Jong 2023-07-19 17:00:22 +02:00
parent d96c591183
commit ff1cfddf97
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ requires-python = ">=3.10"
description = "Library for Acoustic Signal Processing"
license = { "file" = "LICENSE" }
authors = [{ "name" = "J.A. de Jong", "email" = "j.a.dejong@ascee.nl" }]
version = "1.0"
version = "1.0.0"
keywords = ["DSP", "DAQ", "Signal processing"]