Skip to content

Commit 85eecdb

Browse files
bump to release version v0.7.8
1 parent 67c92dd commit 85eecdb

2 files changed

Lines changed: 25 additions & 37 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[project]
22
name = "soundscapy"
3-
version = "0.7.8rc1"
3+
version = "0.7.8"
44
description = "A python library for analysing and visualising soundscape assessments."
5-
authors = [
6-
{ name = "Andrew Mitchell", email = "a.j.mitchell@ucl.ac.uk" }
7-
]
5+
authors = [{ name = "Andrew Mitchell", email = "a.j.mitchell@ucl.ac.uk" }]
86
dependencies = [
97
"pandas[excel]>=2.2.2",
108
"seaborn>=0.13.2",
@@ -18,12 +16,7 @@ dependencies = [
1816
readme = "README.md"
1917
requires-python = ">= 3.10"
2018
license = { text = "BSD-3-Clause" }
21-
keywords = [
22-
"soundscape",
23-
"psychoacoustics",
24-
"acoustics",
25-
"audio analysis",
26-
]
19+
keywords = ["soundscape", "psychoacoustics", "acoustics", "audio analysis"]
2720
classifiers = [
2821
"Programming Language :: Python :: 3",
2922
"Operating System :: OS Independent",
@@ -35,9 +28,7 @@ repository = "https://github.com/MitchellAcoustics/Soundscapy"
3528
documentation = "https://soundscapy.readthedocs.io/en/latest/"
3629

3730
[project.optional-dependencies]
38-
all = [
39-
"soundscapy[audio]",
40-
]
31+
all = ["soundscapy[audio]"]
4132
audio = [
4233
"mosqito>=1.2.1",
4334
"scikit-maad>=1.4.3",
@@ -50,10 +41,7 @@ audio = [
5041
default-groups = ["dev", "test", "docs"]
5142

5243
[dependency-groups]
53-
dev = [
54-
"bumpver>=2023.1129",
55-
"ruff>=0.7.2",
56-
]
44+
dev = ["bumpver>=2024.1130", "ruff>=0.7.2"]
5745
test = [
5846
"pytest>=8.3.3",
5947
"setuptools>=72.1.0",
@@ -91,7 +79,7 @@ markers = [
9179
"skip: mark test as skipped",
9280
"skipif: mark test as skipped if condition is met",
9381
"xfail: mark test as expected to fail",
94-
"parametrize: mark test as parametrized"
82+
"parametrize: mark test as parametrized",
9583
]
9684

9785
[build-system]
@@ -109,7 +97,7 @@ exclude = [
10997
"*.wav",
11098
"test/baseline",
11199
"docs/tutorials",
112-
"docs/img"
100+
"docs/img",
113101
]
114102

115103
[tool.hatch.build.targets.sdist]
@@ -118,7 +106,7 @@ exclude = [
118106
"test/data",
119107
"*.wav",
120108
"docs/tutorials",
121-
"docs/img"
109+
"docs/img",
122110
]
123111

124112
[tool.bumpver]

uv.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)