Skip to content

Commit

Permalink
Bump version: 0.0.3.dev1 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Jun 18, 2020
1 parent 8baf0b3 commit 77f1cab
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.0.3.dev1
current_version = 0.0.4
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.0.3.dev1"
__version__ = "0.0.4"


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 @@ -191,4 +191,4 @@ RUN --mount=type=tmpfs,target=/mysql/var/lib/mysql \

ENV DJANGO_SETTINGS_MODULE=lms.envs.derex.migration
ENV SERVICE_VARIANT=lms
ENV DEREX_VERSION=0.0.3.dev1
ENV DEREX_VERSION=0.0.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
tests_require=test_requirements,
extras_require=extras_requirements,
url="https://github.com/Abstract-Tech/derex.runner",
version="0.0.3.dev1",
version="0.0.4",
zip_safe=False,
)

0 comments on commit 77f1cab

Please sign in to comment.