GitflicAPI/gitflic/__version__.py
2022-03-28 19:23:42 +03:00

8 lines
211 B
Python

__title__ = "gitflic"
__version__ = "1.0"
__description__ = "GitflicApi wrapper"
__author__ = "SantaSpeen"
__author_email__ = "dir@sssr.dev"
__url__ = "https://github.com/SantaSpeen/gitflic"
__license__ = "MIT"