Skip to content

Commit

Permalink
Merge pull request #32 from cruse1977/master
Browse files Browse the repository at this point in the history
add min_version to setup.py
  • Loading branch information
cruse1977 authored Jun 13, 2024
2 parents c3019fb + fadfe44 commit 98d267e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ def get_version(rel_path):
packages=find_packages(),
include_package_data=True,
zip_safe=False,
min_version="4.0.2",
max_version="4.0.10"
)

0 comments on commit 98d267e

Please sign in to comment.