Skip to content

Commit

Permalink
update setup version (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzhoum authored Sep 20, 2024
1 parent 0e872f9 commit 40f2622
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 @@ -104,7 +104,7 @@ def default_setup_args(*, version):
return setup_args


version = "0.4.0"
version = "0.4.1"
version = update_version(version, use_file_if_exists=False, create_file=True)

install_requires = [
Expand Down

0 comments on commit 40f2622

Please sign in to comment.