diff --git a/.changeset/flat-grumpy-trogon.md b/.changeset/flat-grumpy-trogon.md new file mode 100644 index 0000000..2eb7935 --- /dev/null +++ b/.changeset/flat-grumpy-trogon.md @@ -0,0 +1,5 @@ +--- +"changeset": patch +--- + +bump version diff --git a/LICENSE b/LICENSE index a055c06..7a3f32e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 browserbase +Copyright (c) 2025 the-roaring Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6aead4d..f5ae141 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Changelogs are generated with PR and commit metadata: ```bash # Clone the repository -git clone https://github.com/browserbase/pychangeset.git +git clone https://github.com/the-roaring/pychangeset.git cd pychangeset # Install with uv diff --git a/changeset/changeset.py b/changeset/changeset.py index 97fe947..c871b51 100644 --- a/changeset/changeset.py +++ b/changeset/changeset.py @@ -103,7 +103,7 @@ def init_changesets(): ## More info -See https://github.com/browserbase/pychangeset for more information. +See https://github.com/the-roaring/pychangeset for more information. """ with open(readme_path, "w") as f: diff --git a/pyproject.toml b/pyproject.toml index 11edc62..0c4a0e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,9 +19,9 @@ email = "knight@purelymail.com" text = "MIT" [project.urls] -Homepage = "https://github.com/browserbase/pychangeset" -Repository = "https://github.com/browserbase/pychangeset" -Issues = "https://github.com/browserbase/pychangeset/issues" +Homepage = "https://github.com/the-roaring/pychangeset" +Repository = "https://github.com/the-roaring/pychangeset" +Issues = "https://github.com/the-roaring/pychangeset/issues" [project.scripts] changeset = "changeset.__main__:main"