Skip to content

Commit d45056b

Browse files
committed
Bump version: 0.4.1 → 0.5.0
1 parent 61edc9c commit d45056b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

back/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Whombat"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "Audio Annotation Tool"
55
authors = [{ name = "Santiago Martinez", email = "santiago.mbal@gmail.com" }]
66
dependencies = [

back/src/whombat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Santiago Martinez Balvanera"""
44
__email__ = "santiago.balvanera.20@ucl.ac.uk"
5-
__version__ = "0.4.1"
5+
__version__ = "0.5.0"

front/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whombat-front",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)