Skip to content

Commit a36439e

Browse files
committed
fixing the file structure
1 parent cee223a commit a36439e

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from chris_plugin import chris_plugin
2121

22-
__version__ = "0.2.2"
22+
__version__ = "0.2.3"
2323

2424
APP_PACKAGE = "fedmed_flower_app"
2525
APP_DIR = Path(resources.files(APP_PACKAGE))

fedmed_flower_app/__init__.py renamed to fedmed_flower_app/fedmed_flower_app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"server_app",
1111
]
1212

13-
__version__ = "0.2.2"
13+
__version__ = "0.2.3"
File renamed without changes.

fedmed_flower_app/pyproject.toml renamed to fedmed_flower_app/fedmed_flower_app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fedmed-flower-app"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "FedMed Flower App"
99
license = {text = "MIT"}
1010
authors = [{name = "FedMed Team", email = "dev@fedmed.org"}]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)