File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4141
4242 build :
4343 name : Build
44- if : false # delete this line and uncomment the line below to enable automatic builds
45- # if: github.event_name == 'push' || github.event_name == 'release'
44+ if : github.event_name == 'push' || github.event_name == 'release'
4645 # needs: [ test ] # uncomment to require passing tests
4746 runs-on : ubuntu-22.04
4847
Original file line number Diff line number Diff line change 1919
2020from chris_plugin import chris_plugin
2121
22- __version__ = "0.2.1 "
22+ __version__ = "0.2.2 "
2323
2424APP_PACKAGE = "fedmed_flower_app"
2525APP_DIR = Path (resources .files (APP_PACKAGE ))
Original file line number Diff line number Diff line change 1010 "server_app" ,
1111]
1212
13- __version__ = "0.2.0 "
13+ __version__ = "0.2.2 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " fedmed-flower-app"
7- version = " 0.2.0 "
7+ version = " 0.2.2 "
88description = " FedMed Flower App"
99license = {text = " MIT" }
1010authors = [{name = " FedMed Team" , email = " dev@fedmed.org" }]
You can’t perform that action at this time.
0 commit comments