Skip to content

Commit

Permalink
bump version (#20)
Browse files Browse the repository at this point in the history
* add gromov-wasserstein

* add docstrings for gromov-wasserstein

* update to LTS

* bump CI Julia version

* bump version
  • Loading branch information
zsteve committed Jan 25, 2023
1 parent bbf2b79 commit cf375e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PythonOT"
uuid = "3c485715-4278-42b2-9b5f-8f00e43c12ef"
authors = ["David Widmann"]
version = "0.1.4"
version = "0.1.5"

[deps]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Expand Down

2 comments on commit cf375e5

@zsteve
Copy link
Member Author

@zsteve zsteve commented on cf375e5 Jan 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/76310

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.5 -m "<description of version>" cf375e5c8b710137a8ea92fd91df6dccf6f81b0f
git push origin v0.1.5

Please sign in to comment.