We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955f411 commit 7552944Copy full SHA for 7552944
.github/workflows/testpypi.yml
@@ -15,7 +15,7 @@ jobs:
15
- ubuntu-24.04
16
# - ubuntu-24.04-arm <-- Error: PyPI does not accept 'aarch64'.
17
- macos-15
18
- - macos-15-intel
+# - macos-15-intel
19
python-version:
20
- '3.11'
21
python/src/_version.py
@@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
22
23
-__version__ = '1.0.0'
+__version__ = '1.0.3'
0 commit comments