Skip to content

Commit

Permalink
Bump prerelease version to v1.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Feb 17, 2024
1 parent 7739db4 commit 7b5dbfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dmarc_metrics_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0rc0"
__version__ = "1.0.0rc2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = "MIT"
name = "dmarc-metrics-exporter"
readme = "README.rst"
repository = "https://github.com/jgosmann/dmarc-metrics-exporter/"
version = "1.0.0rc0" # Update also in __init__.py!
version = "1.0.0rc2" # Update also in __init__.py!

[tool.poetry.scripts]
dmarc-metrics-exporter = "dmarc_metrics_exporter.__main__:run"
Expand Down

0 comments on commit 7b5dbfe

Please sign in to comment.