Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 1, 2024
1 parent 731c50c commit 0529eb0
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 @@ -139,7 +139,7 @@ def read_file(file_name, default=""):
return default

long_description = read_file("README.md", "No description available.")
version_ = read_file("VERSION", "0.3.0")
version_ = read_file("VERSION", "0.3.1")

setup(
name='cm4mlops',
Expand Down

0 comments on commit 0529eb0

Please sign in to comment.