Skip to content

Commit

Permalink
Bump wheel package version to 1.0.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed May 22, 2024
1 parent e712f44 commit f84808c
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.0rc3'
package-version: '1.0.0rc4'

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 = 3
RELEASE_CANDIDATE = 4

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

0 comments on commit f84808c

Please sign in to comment.