Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao authored Aug 19, 2024
1 parent 8abec4e commit c287a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adstex.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
except ImportError:
from urllib import unquote

__version__ = "0.5.2"
__version__ = "0.5.3"

_this_year = date.today().year % 100
_this_cent = date.today().year // 100
Expand Down

0 comments on commit c287a3e

Please sign in to comment.