Skip to content

Commit

Permalink
Bump version: 0.2.2 → 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jan 11, 2024
1 parent 66bb076 commit 70fc727
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Whombat"
version = "0.2.2"
version = "0.2.3"
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
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.2.2"
__version__ = "0.2.3"
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.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 70fc727

Please sign in to comment.