Skip to content

Commit 291a253

Browse files
committed
version update
1 parent 1f90a6a commit 291a253

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@ Include Other Notes on how people can contribute
194194
<!-- Definitions -->
195195

196196
[collective]: https://opencollective.com/recursivezero
197-
[readme]: https://github.com/recursivezero/sample-py/blob/main/README.md
198-
[support]: https://github.com/recursivezero/sample-py/blob/main/.github/SUPPORT.md
199-
[coc]: https://github.com/recursivezero/sample-py/blob/main/.github/CODE_OF_CONDUCT.md
197+
[readme]: https://github.com/recursivezero/rz-sample/blob/main/README.md
198+
[support]: https://github.com/recursivezero/rz-sample/blob/main/.github/SUPPORT.md
199+
[coc]: https://github.com/recursivezero/rz-sample/blob/main/.github/CODE_OF_CONDUCT.md

.github/DISCUSSION_TEMPLATE/announcements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body:
3232
id: terms
3333
attributes:
3434
label: Before submitting
35-
description: By submitting this announcement, you agree to follow our [Contributing Guidelines](https://github.com/recursivezero/sample-py/blob/main/.github/CONTRIBUTING.md).
35+
description: By submitting this announcement, you agree to follow our [Contributing Guidelines](https://github.com/recursivezero/rz-sample/blob/main/.github/CONTRIBUTING.md).
3636
options:
3737
- label: I've made research efforts and searched the documentation
3838
required: true

.github/DISCUSSION_TEMPLATE/ideas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body:
3535
id: terms
3636
attributes:
3737
label: Before submitting
38-
description: By submitting this idea, you agree to follow our [Contributing Guidelines](https://github.com/recursivezero/sample-py/blob/main/.github/CONTRIBUTING.md).
38+
description: By submitting this idea, you agree to follow our [Contributing Guidelines](https://github.com/recursivezero/rz-sample/blob/main/.github/CONTRIBUTING.md).
3939
options:
4040
- label: I've made research efforts and searched the documentation
4141
required: true

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ body:
7171
id: terms
7272
attributes:
7373
label: Code of Conduct
74-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/recursivezero/sample-py/blob/main/README.md).
74+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/recursivezero/rz-sample/blob/main/README.md).
7575
options:
7676
- label: I agree to follow this project's Code of Conduct
7777
required: true

.github/SUPPORT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ See [`contributing.md`][contributing] on how to contribute.
4141
<!-- Definitions -->
4242

4343
[author]: https://xkeshav.com
44-
[coc]: https://github.com/recursivezero/sample-py/blob/main/.github/CODE_OF_CONDUCT.md
45-
[chat]: https://github.com/recursivezero/sample-py/discussions/new?category=general
46-
[discussion]: https://github.com/recursivezero/sample-py/discussions/new?category=q-a
47-
[contributing]: https://github.com/recursivezero/sample-py/blob/main/.github/CONTRIBUTING.md
44+
[coc]: https://github.com/recursivezero/rz-sample/blob/main/.github/CODE_OF_CONDUCT.md
45+
[chat]: https://github.com/recursivezero/rz-sample/discussions/new?category=general
46+
[discussion]: https://github.com/recursivezero/rz-sample/discussions/new?category=q-a
47+
[contributing]: https://github.com/recursivezero/rz-sample/blob/main/.github/CONTRIBUTING.md
4848
[xy]: https://meta.stackexchange.com/questions/66377/what-is-the-xy-problem/66378#66378
4949
[cs]: https://codesandbox.io
5050
[sb]: https://stackblitz.com

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ poetry env remove <environment-full-name>
129129

130130
## License
131131

132-
[MIT](https://github.com/recursivezero/sample-py/blob/main/LICENSE)
132+
[MIT](https://github.com/recursivezero/rz-sample/blob/main/LICENSE)
133133

134134
## References
135135

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rz-sample"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "A python boilerplate for fastapi and streamlit projects."
55
authors = ["recursivezero <recursivezero@outlook.com>"]
66
license = "MIT"
@@ -36,10 +36,10 @@ include = [
3636
]
3737

3838
[tool.poetry.urls]
39-
"Homepage" = "https://github.com/recursivezero/sample-py"
40-
"Documentation" = "https://github.com/recursivezero/sample-py#readme"
41-
"Repository" = "https://github.com/recursivezero/sample-py.git"
42-
"Issues" = "https://github.com/recursivezero/sample-py/issues"
39+
"Homepage" = "https://github.com/recursivezero/rz-sample"
40+
"Documentation" = "https://github.com/recursivezero/rz-sample#readme"
41+
"Repository" = "https://github.com/recursivezero/rz-sample.git"
42+
"Issues" = "https://github.com/recursivezero/rz-sample/issues"
4343

4444
[tool.poetry.dependencies]
4545
python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)