Skip to content

Commit

Permalink
updated python version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed Jan 12, 2025
1 parent 83b7a8e commit a748d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_operating_system():
} if operating_system == "windows" else {}

def get_version():
return "5.0.2"
return "5.0.4"

def readme():
open("README.md", "r").read()
Expand Down

0 comments on commit a748d70

Please sign in to comment.