Skip to content

Commit

Permalink
bump 1.2.1
Browse files Browse the repository at this point in the history
Kinuseka committed May 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 68947e1 commit 3557e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
import requests
import time
from Lib.prettier import Prettify
__version_info__ = (1, 2, 0, 'final', 0)
__version_info__ = (1, 2, 1, 'final', 0)

def _get_version(version_info, implicit=False):
" Returns a PEP 440-compliant version number from version_info. "

0 comments on commit 3557e55

Please sign in to comment.