Skip to content

Commit 155020c

Browse files
committed
Bump version: 0.7.0 → 0.7.1
1 parent 38c8e21 commit 155020c

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.7.0
2+
current_version = 0.7.1
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.7.0"
3+
version = "0.7.1"
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.7.0"
5+
__version__ = "0.7.1"

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.7.0",
3+
"version": "0.7.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)