File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/simulated_bifurcation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 10.12.14
2+ current_version = 10.13.0.dev0
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<dev>dev0))?
44serialize =
55 {major}.{minor}.{patch}.{dev}
Original file line number Diff line number Diff line change 99- family-names : Pugliese
1010 given-names : Lorenzo
1111title : " Simulated Bifurcation (SB) algorithm for Python"
12- version : 10.12.14
12+ version : 10.13.0.dev0
1313url : " https://github.com/bqth29/simulated-bifurcation-algorithm"
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ If you are using this code for your own projects please cite our work:
382382 month = jun,
383383 title = {{Simulated Bifurcation (SB) algorithm for Python}},
384384 url = {https://github.com/bqth29/simulated-bifurcation-algorithm},
385- version = {10.12.14 },
385+ version = {10.13.0.dev0 },
386386 year = {2025},
387387}
388388```
Original file line number Diff line number Diff line change 44 long_description = readme .read ()
55
66
7- package_version = "10.12.14 "
7+ package_version = "10.13.0.dev0 "
88
99
1010dependencies = [
Original file line number Diff line number Diff line change 183183reset_env ()
184184
185185
186- __version__ = "10.12.14 "
186+ __version__ = "10.13.0.dev0 "
You can’t perform that action at this time.
0 commit comments