We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b539c1b commit 62af82eCopy full SHA for 62af82e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.1](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v1.0.0...v1.0.1) (2023-08-02)
4
+
5
6
+### Bug Fixes
7
8
+* release process fix ([b539c1b](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/b539c1b6795cfff9440bbd7e283e51c2df6518ba))
9
10
## 1.0.0 (2023-08-02)
11
12
pyproject.toml
@@ -5,7 +5,7 @@ license = "MIT"
name = "snakemake-interface-executor-plugins"
packages = [{include = "snakemake_interface_executor_plugins"}]
readme = "README.md"
-version = "1.0.0"
+version = "1.0.1"
[tool.poetry.dependencies]
argparse-dataclass = "^2.0.0"
0 commit comments