Skip to content

Commit

Permalink
Update version to 0.5.2 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Dec 23, 2023
1 parent ed5c45e commit d2bc7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read_requirements():

setup(
name='deepseek_api',
version='0.5.1',
version='0.5.2',
packages=find_packages(),
install_requires=read_requirements(),
description='An unofficial Python API wrapper for chat.Deepseek.com',
Expand Down

0 comments on commit d2bc7f3

Please sign in to comment.