Skip to content

chore: bump version to 1.0.0 to match release tag - #13

Merged
opportify-bb merged 1 commit into
mainfrom
fix/bump-version-1.0.0
Jun 2, 2026
Merged

chore: bump version to 1.0.0 to match release tag#13
opportify-bb merged 1 commit into
mainfrom
fix/bump-version-1.0.0

Conversation

@opportify-bb

Copy link
Copy Markdown
Contributor

Problem

The v1.0.0 GitHub release was published, triggering the publish workflow. However, pyproject.toml and setup.py still had version = "0.3.1". PyPI rejected the upload with 400 Bad Request because opportify_sdk==0.3.1 already exists on PyPI from the previous v0.3.1 release — you cannot overwrite an existing version.

Fix

Bump the version to 1.0.0 in both pyproject.toml and setup.py to match the v1.0.0 git tag.

Next Steps

After merging, re-run or re-publish the v1.0.0 release to trigger a fresh publish workflow run.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 2, 2026 03:25
@github-actions github-actions Bot added the fix A bug fix label Jun 2, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the package version from 0.3.1 to 1.0.0 in both pyproject.toml and setup.py so the publish workflow matches the already-published v1.0.0 git tag/release.

Changes:

  • Update VERSION in setup.py to 1.0.0.
  • Update version in pyproject.toml to 1.0.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
setup.py Bumps VERSION to 1.0.0.
pyproject.toml Bumps Poetry version to 1.0.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@opportify-bb
opportify-bb merged commit a6e597a into main Jun 2, 2026
10 checks passed
@opportify-bb
opportify-bb deleted the fix/bump-version-1.0.0 branch June 2, 2026 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix A bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants