Skip to content

Commit 7053219

Browse files
committed
Update pyproject.toml
Bump version 1.1.0
1 parent 1434e67 commit 7053219

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "dsar"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
authors = [
99
{name = "Martanto", email = "martanto@live.com"},
1010
{name = "Corentin Caudron", email = "corentin@ulb.be"},
@@ -13,7 +13,7 @@ description = "Calculating Displacement Seismic Amplitude Ratio (DSAR) Value"
1313
readme = "README.md"
1414
license = {file = "LICENSE"}
1515
keywords = ["seismic", "volcano", "volcanology", "dsar"]
16-
requires-python = ">=3.10"
16+
requires-python = ">=3.11"
1717
dependencies = [
1818
"obspy>=1.4.0",
1919
"openpyxl>=3.1.5",
@@ -27,7 +27,6 @@ dependencies = [
2727
classifiers = [
2828
"License :: OSI Approved :: MIT License",
2929
"Operating System :: OS Independent",
30-
"Programming Language :: Python :: 3.10",
3130
"Programming Language :: Python :: 3.11",
3231
"Programming Language :: Python :: 3.12",
3332
]
@@ -39,6 +38,7 @@ base = [
3938
"pandas",
4039
"numpy",
4140
"matplotlib",
41+
"magma-converter",
4242
"peewee",
4343
"python-slugify"
4444
]

0 commit comments

Comments
 (0)