You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ name = "authcaptureproxy"
26
26
# E.g. This might be "1.2.13", and the Github release will be "v1.2.13".
27
27
# Although semantic versioning allows for build tags (metadata),
28
28
# not all tools are compatible with it, so avoid it if you can.
29
-
version = "1.3.0"
29
+
version = "1.3.1"
30
30
31
31
description = "A Python project to create a proxy to capture authentication information from a webpage. This is useful to capture oauth login details without access to a third-party oauth."
0 commit comments