Skip to content

Commit 982b1c2

Browse files
committed
Bump version: 0.7.1 → 0.7.2
1 parent 5afa4e1 commit 982b1c2

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

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

0 commit comments

Comments
 (0)