Update __version__.py

This commit is contained in:
SantaSpeen 2022-03-28 19:23:42 +03:00
parent 666a320345
commit 2e968a58e5

View File

@ -1,7 +1,7 @@
__title__ = "gitflic" __title__ = "gitflic"
__version__ = "0.12" __version__ = "1.0"
__description__ = "GitflicApi wrapper" __description__ = "GitflicApi wrapper"
__author__ = "SantaSpeen" __author__ = "SantaSpeen"
__author_email__ = "dir@sssr.dev" __author_email__ = "dir@sssr.dev"
__url__ = "https://github.com/SantaSpeen/gitflic" __url__ = "https://github.com/SantaSpeen/gitflic"
__license__ = "Apache License 2.0 " __license__ = "MIT"