File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22commit = True
33tag = False
44message = Bump version: {current_version} → {new_version}
5- current_version = 5.1.11
5+ current_version = 5.1.10
66
77[bumpversion:file:setup.py]
88search = ' {current_version}'
Original file line number Diff line number Diff line change 8282 steps :
8383 - uses : actions/checkout@v3
8484 with :
85- fetch-depth : 0
85+ ref : main
8686 - name : Set up Python 3.12
8787 uses : actions/setup-python@v4
8888 with :
@@ -107,7 +107,7 @@ jobs:
107107 steps :
108108 - uses : actions/checkout@v3
109109 with :
110- fetch-depth : 0
110+ ref : main
111111 - name : Set up Python
112112 uses : actions/setup-python@v4
113113 with :
Original file line number Diff line number Diff line change 4949
5050 setup (
5151 name = _PACKAEG_NAME ,
52- version = '5.1.11 ' ,
52+ version = '5.1.10 ' ,
5353 package_dir = {"" : "src" },
5454 packages = find_packages (where = 'src' ),
5555 description = 'FOSSLight Binary Scanner' ,
You can’t perform that action at this time.
0 commit comments