Skip to content

Commit 35622df

Browse files
authored
(chore) Bump appabuild and apparun version to 0.4.3 (#53)
1 parent c0a0430 commit 35622df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["appabuild"]
77

88
[project]
99
name = "appabuild"
10-
version = "0.4.2"
10+
version = "0.4.3"
1111
authors = [{ name = "Maxime Peralta", email = "maxime.peralta@cea.fr"}]
1212
maintainers= [{name = "Maxime Peralta", email = "maxime.peralta@cea.fr"}]
1313
description = "Appa Build is a package to build impact models"
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
requires-python = ">=3.11"
2626
dependencies = [
27-
"apparun==0.4.2",
27+
"apparun==0.4.3",
2828
"click<=8.1.8",
2929
"numpy==1.26.4",
3030
"pyarrow==22.0.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apparun==0.4.2
1+
apparun==0.4.3
22
numpy
33
pyarrow
44
pandas

0 commit comments

Comments
 (0)