Skip to content

Commit 0bbc2ae

Browse files
committed
Bump version: 0.6.4 → 0.7.0
1 parent 5fb37d1 commit 0bbc2ae

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.6.4
2+
current_version = 0.7.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.6.4"
3+
version = "0.7.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.6.4"
5+
__version__ = "0.7.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.6.4",
3+
"version": "0.7.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)