Skip to content

Commit

Permalink
Bump version: 0.6.4 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Oct 9, 2024
1 parent 5fb37d1 commit 0bbc2ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.4
current_version = 0.7.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion back/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Whombat"
version = "0.6.4"
version = "0.7.0"
description = "Audio Annotation Tool"
authors = [{ name = "Santiago Martinez", email = "santiago.mbal@gmail.com" }]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion back/src/whombat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Santiago Martinez Balvanera"""
__email__ = "santiago.balvanera.20@ucl.ac.uk"
__version__ = "0.6.4"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whombat-front",
"version": "0.6.4",
"version": "0.7.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 0bbc2ae

Please sign in to comment.