Skip to content

Commit

Permalink
🔖 Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Dec 24, 2023
1 parent c499b49 commit 0995591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask_font_awesome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from flask import Blueprint, Flask, Markup, current_app, url_for

__version__ = "0.1.2"
__version__ = "0.1.3"

STATIC_FOLDER = Path(files("flask_font_awesome") / "static") # type: ignore
DATA_DIR = Path(files("flask_font_awesome") / "data") # type: ignore
Expand Down

0 comments on commit 0995591

Please sign in to comment.