Skip to content

Commit 90f6616

Browse files
committed
Update the version number
1 parent 955f411 commit 90f6616

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
os:
1515
- ubuntu-24.04
1616
# - ubuntu-24.04-arm <-- Error: PyPI does not accept 'aarch64'.
17-
- macos-15
18-
- macos-15-intel
17+
# - macos-15 <-- Error: Occurs during uploading to PyPI.
18+
# - macos-15-intel <-- Error: Occurs during uploading to PyPI.
1919
python-version:
2020
- '3.11'
2121

.github/workflows/testpypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
os:
1515
- ubuntu-24.04
1616
# - ubuntu-24.04-arm <-- Error: PyPI does not accept 'aarch64'.
17-
- macos-15
18-
- macos-15-intel
17+
# - macos-15 <-- Error: Occurs during uploading to PyPI.
18+
# - macos-15-intel <-- Error: Occurs during uploading to PyPI.
1919
python-version:
2020
- '3.11'
2121

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.4'

0 commit comments

Comments
 (0)