Skip to content

Commit a48d51d

Browse files
committed
Bump to v0.2.0 and depend on interface >2 now
1 parent 503c9ab commit a48d51d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "snakemake-logger-plugin-pypsa"
11-
version = "0.1.0"
11+
version = "0.2.0"
1212
description = "A PyPSA-Eur logger plugin for Snakemake"
1313
readme = "README.md"
1414
requires-python = ">=3.11"
@@ -17,7 +17,7 @@ authors = [
1717
{ name = "PyPSA-Eur Contributors", email = "will.usher@openenergytransition.org" },
1818
]
1919
dependencies = [
20-
"snakemake-interface-logger-plugins >=1.2.0,<2"
20+
"snakemake-interface-logger-plugins >=2,<3"
2121
]
2222

2323
classifiers = [

0 commit comments

Comments
 (0)