Skip to content

Commit

Permalink
Bump version: 0.8.0-alpha → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jun 11, 2022
1 parent 7c60fb1 commit 1d25b4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 0.8.0-alpha
current_version = 0.8.0
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
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/reprit-cpython:0.8.0-alpha
image: lycantropos/reprit-cpython:0.8.0
volumes:
- ./pytest.ini:/opt/reprit/pytest.ini
- ./README.md:/opt/reprit/README.md
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/reprit-pypy:0.8.0-alpha
image: lycantropos/reprit-pypy:0.8.0
volumes:
- ./pytest.ini:/opt/reprit/pytest.ini
- ./README.md:/opt/reprit/README.md
Expand Down
2 changes: 1 addition & 1 deletion reprit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Auto __repr__ method generation."""

__version__ = '0.8.0-alpha'
__version__ = '0.8.0'

0 comments on commit 1d25b4b

Please sign in to comment.