Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumDancer committed Nov 24, 2023
1 parent 28a4e3f commit 1f99f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collectors/htcondor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = ["auditor_htcondor_collector"]
[project]
name = "auditor-htcondor-collector"
description = "AUDITOR collector for aggregating data from the HTCondor batch system"
version = "0.3.0"
version = "0.3.1"
requires-python = ">=3.8"
dependencies = [
"pyyaml==6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/apel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "auditor_apel_plugin"
version = "0.3.0"
version = "0.3.1"
requires-python = ">=3.8"
dependencies = [
"python-auditor==0.3.1",
Expand Down

0 comments on commit 1f99f74

Please sign in to comment.