Skip to content

Commit 717c907

Browse files
committed
Update the version number
1 parent 955f411 commit 717c907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os:
1515
- ubuntu-24.04
1616
# - ubuntu-24.04-arm <-- Error: PyPI does not accept 'aarch64'.
17-
- macos-15
17+
# - macos-15
1818
- macos-15-intel
1919
python-version:
2020
- '3.11'

python/src/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
__version__ = '1.0.0'
23+
__version__ = '1.0.3'

0 commit comments

Comments
 (0)