Skip to content

Commit 8a2cf7f

Browse files
committed
chore: bump project version to 0.2.0
1 parent 82624dc commit 8a2cf7f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

backend/bootstrap/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from typing import List
99

1010
DEFAULT_APP_NAME = "MotifLab"
11-
DEFAULT_APP_VERSION = "0.1.0"
11+
DEFAULT_APP_VERSION = "0.2.0"
1212

1313

1414
def _to_bool(value: str | None, default: bool = False) -> bool:

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motiflab-frontend",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "motiflab"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "MotifLab"
55
requires-python = ">=3.9"
66
dependencies = [

0 commit comments

Comments
 (0)