Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matagus committed Feb 10, 2024
1 parent 97ab98e commit 09c1f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body:
attributes:
label: Package Version
description: Which version of this package were you using? If not the latest version, please check this issue has not since been resolved.
placeholder: 0.9.0
placeholder: 0.10.0
validations:
required: false
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion generic_links/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "0.9.0"
__version__ = "0.10.0"

0 comments on commit 09c1f0a

Please sign in to comment.