-
Notifications
You must be signed in to change notification settings - Fork 14
chore(main): release polymarket-client 0.1.0-b8 #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "0.1.0-b7" | ||
| ".": "0.1.0-b8" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
|
||
| [project] | ||
| name = "polymarket-client" | ||
| version = "0.1.0b7" | ||
| version = "0.1.0-b8" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lockfile stale after version bumpHigh Severity The release commit bumps Reviewed by Cursor Bugbot for commit 086ca75. Configure here. |
||
| description = "Official Python client for Polymarket" | ||
| readme = "README.md" | ||
| requires-python = ">=3.11" | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invalid PEP 440 project version
Medium Severity
The release bumps
versionfrom0.1.0b7to0.1.0-b8. PEP 440 beta tags attach directly to the release segment (0.1.0b8), not with a hyphen. That mismatch with project release guidance can breakuv build/PyPI metadata and confuse installs pinned aspolymarket-client==0.1.0b8.Reviewed by Cursor Bugbot for commit 3b66601. Configure here.