diff --git a/mkdocs.yml b/mkdocs.yml index a316821..be7fd98 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,8 +36,8 @@ site_description: The documentation for the Optimistix software library. site_author: Patrick Kidger site_url: https://docs.kidger.site/optimistix -repo_url: https://github.com/google/optimistix -repo_name: google/optimistix +repo_url: https://github.com/patrick-kidger/optimistix +repo_name: patrick-kidger/optimistix edit_uri: "" # No edit button, as some of our pages are in /docs and some in /examples via symlink, so it's impossible for them all to be accurate strict: true # Don't allow warnings during the build process diff --git a/pyproject.toml b/pyproject.toml index 6568730..8f354c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "optimistix" -version = "0.0.3" +version = "0.0.4" description = "Nonlinear optimisation in JAX and Equinox." readme = "README.md" requires-python ="~=3.9" @@ -32,7 +32,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Mathematics", ] -urls = {repository = "https://github.com/google/optimistix" } +urls = {repository = "https://github.com/patrick-kidger/optimistix" } dependencies = ["jax>=0.4.14", "jaxtyping>=0.2.20", "lineax>=0.0.2", "equinox>=0.11.0", "typing_extensions>=4.5.0"] [build-system]