Skip to content

Commit

Permalink
Update setup.py for dify-api-python package
Browse files Browse the repository at this point in the history
- Set package version to 0.1.1
- Add author information and project URL
- Specify package structure and dependencies
- Include classifiers for Python versions and development status
- Set minimum Python version requirement to 3.7
  • Loading branch information
zlz3907 committed Oct 12, 2024
1 parent bc5f3a0 commit b17c776
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 @@ -2,7 +2,7 @@

setup(
name="dify-api-python",
version="0.1.0",
version="0.1.1",
author="zlz3907",
author_email="zlz3907@gmail.com",
description="A Python client for the Dify API",
Expand Down

0 comments on commit b17c776

Please sign in to comment.