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 717c907Copy full SHA for 717c907
.github/workflows/testpypi.yml
@@ -14,7 +14,7 @@ jobs:
14
os:
15
- ubuntu-24.04
16
# - ubuntu-24.04-arm <-- Error: PyPI does not accept 'aarch64'.
17
- - macos-15
+# - macos-15
18
- macos-15-intel
19
python-version:
20
- '3.11'
python/src/_version.py
@@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
# SOFTWARE.
22
23
-__version__ = '1.0.0'
+__version__ = '1.0.3'
0 commit comments