Skip to content

Commit

Permalink
Bump version: 14.4.0 → 14.5.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Nov 14, 2024
1 parent 5d0c87d commit 9f833e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 14.4.0
current_version = 14.5.0-alpha
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Arbitrary precision arithmetic."
license = "MIT"
repository = "https://github.com/lycantropos/rithm"
rust-version = "1.67"
version = "14.4.0"
version = "14.5.0-alpha"
edition = "2018"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.cpython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
- IMAGE_NAME=${CPYTHON_IMAGE_NAME}
- IMAGE_VERSION=${CPYTHON_IMAGE_VERSION}
image: lycantropos/rithm-cpython:14.4.0
image: lycantropos/rithm-cpython:14.5.0-alpha
volumes:
- ./Cargo.toml:/opt/rithm/Cargo.toml
- ./pyproject.toml:/opt/rithm/pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
- IMAGE_NAME=${PYPY_IMAGE_NAME}
- IMAGE_VERSION=${PYPY_IMAGE_VERSION}
image: lycantropos/rithm-pypy:14.4.0
image: lycantropos/rithm-pypy:14.5.0-alpha
volumes:
- ./pyproject.toml:/opt/rithm/pyproject.toml
- ./README.md:/opt/rithm/README.md
Expand Down
2 changes: 1 addition & 1 deletion rithm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Arbitrary precision arithmetic."""

__version__ = '14.4.0'
__version__ = '14.5.0-alpha'

0 comments on commit 9f833e0

Please sign in to comment.