Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jan 26, 2024
1 parent dc86bf4 commit 71c7519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion back/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "Whombat"
version = "0.3.0"
version = "0.4.0"
description = "Audio Annotation Tool"
authors = [
{name = "Santiago Martinez", email = "santiago.mbal@gmail.com"},
Expand Down
2 changes: 1 addition & 1 deletion back/src/whombat/__init__.py
Expand Up @@ -2,4 +2,4 @@

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

0 comments on commit 71c7519

Please sign in to comment.