Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed May 23, 2024
1 parent 61edc9c commit d45056b
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.4.1
current_version = 0.5.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.4.1"
version = "0.5.0"
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.4.1"
__version__ = "0.5.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.4.1",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit d45056b

Please sign in to comment.