File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.1
2+ current_version = 0.0.2
33commit = True
44tag = True
55
66[bumpversion:file:pyproject.toml]
77search = version = " {current_version}"
8- replace = version = " {new_version}"
8+ replace = version = " {new_version}"
Original file line number Diff line number Diff line change 22__pycache__ /
33* .py [cod ]
44* $py.class
5-
5+ * .pyc
66# C extensions
77* .so
88
Original file line number Diff line number Diff line change 22 bash ./scripts/formatter.sh
33
44lint :
5- bash ./scripts/linter.sh
5+ bash ./scripts/linter.sh
6+
7+ version_patch :
8+ bash ./scripts/version_patch.sh
9+
10+ version_minor :
11+ bash ./scripts/version_minor.sh
12+
13+ version_major :
14+ bash ./scripts/version_major.sh
Original file line number Diff line number Diff line change 11[project ]
22name = " fastapi_clerk_auth"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44description = " FastAPI Auth Middleware for [Clerk](https://clerk.com)"
55readme = " README.md"
66requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments