Skip to content

Commit

Permalink
Update version number in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Dec 21, 2023
1 parent 47c4dce commit 2ab037b
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.2.0',
version='0.2.1',
packages=find_packages(),
install_requires=read_requirements(),
description='An unofficial Python API wrapper for chat.Deepseek.com',
Expand Down

0 comments on commit 2ab037b

Please sign in to comment.