Skip to content

Commit

Permalink
Bump version to 0.5.1 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Dec 22, 2023
1 parent 9f574c6 commit f0b4e1a
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.0',
version='0.5.1',
packages=find_packages(),
install_requires=read_requirements(),
description='An unofficial Python API wrapper for chat.Deepseek.com',
Expand Down

0 comments on commit f0b4e1a

Please sign in to comment.