Skip to content

Commit 4bfd178

Browse files
committed
Bump version: 0.2.2.dev1 → 0.3.0
1 parent 4475fd3 commit 4bfd178

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2.dev1
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?

derex/runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Silvio Tomatis"""
66
__email__ = "silviot@gmail.com"
7-
__version__ = "0.2.2.dev1"
7+
__version__ = "0.3.0"
88

99

1010
import pluggy

docker-definition/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ RUN --mount=type=tmpfs,target=/mysql/var/lib/mysql \
216216

217217
ENV DJANGO_SETTINGS_MODULE=derex_django.settings.default
218218
ENV SERVICE_VARIANT=lms
219-
ENV DEREX_VERSION=0.2.2.dev1
219+
ENV DEREX_VERSION=0.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
tests_require=test_requirements,
6666
extras_require=extras_requirements,
6767
url="https://github.com/Abstract-Tech/derex.runner",
68-
version="0.2.2.dev1",
68+
version="0.3.0",
6969
zip_safe=False,
7070
)

0 commit comments

Comments
 (0)