Skip to content

Commit

Permalink
Bump version to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Sep 10, 2024
1 parent 1e413cc commit 6bbd28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
requested_release_tag:
description: "The tag to use for this developmental release (without `.dev` suffix) (e.g., `v2.0.1`)"
description: "The tag to use for this developmental release (without `.dev` suffix) (e.g., `v2.0.2`)"
required: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "backports-datetime-fromisoformat"
version = "2.0.1"
version = "2.0.2"
authors = [{ name = "Michael Overmeyer", email = "[email protected]" }]
description = "Backport of Python 3.11's datetime.fromisoformat"
readme = "README.rst"
Expand Down

0 comments on commit 6bbd28b

Please sign in to comment.