Skip to content

Commit cb43743

Browse files
release 0.0.2
1 parent 90c5e73 commit cb43743

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rayforce_py"
7-
version = "1.3.0-beta"
7+
version = "0.0.2"
88
description = "Python bindings for RayforceDB"
99
readme = "README.md"
1010
authors = [{name = "Karim"}]
@@ -23,11 +23,10 @@ classifiers = [
2323
]
2424

2525
[tool.cibuildwheel]
26-
build = "cp310-* cp311-* cp312-* cp313-*"
26+
build = "cp311-* cp312-* cp313-*"
2727
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
2828
archs = ["auto64"]
2929
before-build = "bash {project}/scripts/prepare_build.sh"
30-
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
3130

3231
test-skip = "*" # Skip tests for now
3332

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def has_ext_modules(self):
99

1010
setup(
1111
name='rayforce_py',
12-
version='1.3.0-beta',
12+
version='0.0.2',
1313
packages=find_packages(),
1414
package_data={
1515
'rayforce': ['*.so', '*.dylib', '*.pyi'],

0 commit comments

Comments
 (0)