Skip to content

Commit

Permalink
Bump wheel package version to 1.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Dec 28, 2023
1 parent 428fafb commit a03142d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Python Package
on: [push, pull_request, workflow_dispatch]

env:
package-version: '1.0.0rc2'
package-version: '1.0.0rc3'

jobs:
build-linux:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
VERSION_MINOR = 0
VERSION_PATCH = 0

RELEASE_CANDIDATE = 2
RELEASE_CANDIDATE = 3

VERSION = f'{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_PATCH}' + \
f'rc{RELEASE_CANDIDATE}' if RELEASE_CANDIDATE else ''
Expand Down

0 comments on commit a03142d

Please sign in to comment.