Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
git: add contributors to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Apr 24, 2024
1 parent d9d60b8 commit d7f3505
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gemini/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@

gemini_api_key = environ.get("GEMINI_COOKIES")

__version__ = "2.4.2"
__version__ = "2.4.3"
__author__ = (
"daniel park <parkminwoo1991@gmail.com>, antonio cheang <teapotv8@proton.me>"
)
"daniel park <parkminwoo1991@gmail.com>, antonio cheang <teapotv8@proton.me>, "
"HanaokaYuzu, CBoYXD, veonua, thewh1teagle, jjkoh95, yihong0618, nishantchauhan949, MeemeeLab, kota113, "
"sachnun, amit9021, zeelsheladiya, ayansengupta17, thecodekitchen, SalimLouDev, Qewertyy, "
"senseibence, mirusu400, szv99, sudoAlireza"
)

0 comments on commit d7f3505

Please sign in to comment.