Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chiruzzimarco committed Sep 8, 2021
1 parent 958edac commit bfd4474
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.3.1
current_version = 0.3.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion derex/runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Silvio Tomatis"""
__email__ = "[email protected]"
__version__ = "0.3.1"
__version__ = "0.3.2"


import pluggy
Expand Down
2 changes: 1 addition & 1 deletion docker-definition/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ RUN --mount=type=tmpfs,target=/mysql/var/lib/mysql \

ENV DJANGO_SETTINGS_MODULE=derex_django.settings.default
ENV SERVICE_VARIANT=lms
ENV DEREX_VERSION=0.3.1
ENV DEREX_VERSION=0.3.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
tests_require=test_requirements,
extras_require=extras_requirements,
url="https://github.com/Abstract-Tech/derex.runner",
version="0.3.1",
version="0.3.2",
zip_safe=False,
)

0 comments on commit bfd4474

Please sign in to comment.