Skip to content

Commit

Permalink
Bump version: 0.7.2 → 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Dec 4, 2024
1 parent 5ec1d26 commit dd70269
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.7.2
current_version = 0.7.3
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.7.2"
version = "0.7.3"
description = "Audio Annotation Tool"
authors = [{ name = "Santiago Martinez", email = "[email protected]" }]
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__ = "[email protected]"
__version__ = "0.7.2"
__version__ = "0.7.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.7.2",
"version": "0.7.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit dd70269

Please sign in to comment.