Skip to content

Commit

Permalink
Update version to 0.5.3 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 5, 2024
1 parent 7b3075f commit 04831f3
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.2',
version='0.5.3',
packages=find_packages(),
install_requires=read_requirements(),
description='An unofficial Python API wrapper for chat.Deepseek.com',
Expand Down

0 comments on commit 04831f3

Please sign in to comment.