Skip to content

Commit

Permalink
Bump version: 0.7.2-alpha → 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Apr 4, 2022
1 parent 6096401 commit e6ab93f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.2-alpha
current_version = 0.7.2
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.cpython.yml
Expand Up @@ -7,7 +7,7 @@ services:
args:
- IMAGE_NAME=${CPYTHON_IMAGE_NAME}
- IMAGE_VERSION=${CPYTHON_IMAGE_VERSION}
image: lycantropos/symba-cpython:0.7.2-alpha
image: lycantropos/symba-cpython:0.7.2
volumes:
- ./pytest.ini:/opt/symba/pytest.ini
- ./README.md:/opt/symba/README.md
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.pypy.yml
Expand Up @@ -7,7 +7,7 @@ services:
args:
- IMAGE_NAME=${PYPY_IMAGE_NAME}
- IMAGE_VERSION=${PYPY_IMAGE_VERSION}
image: lycantropos/symba-pypy:0.7.2-alpha
image: lycantropos/symba-pypy:0.7.2
volumes:
- ./pytest.ini:/opt/symba/pytest.ini
- ./README.md:/opt/symba/README.md
Expand Down
2 changes: 1 addition & 1 deletion symba/__init__.py
@@ -1,3 +1,3 @@
"""Symbolic computations."""

__version__ = '0.7.2-alpha'
__version__ = '0.7.2'

0 comments on commit e6ab93f

Please sign in to comment.