Skip to content

Commit 5387ea6

Browse files
committed
Bump version: 10.12.14 → 10.13.0.dev0
1 parent 1f45f28 commit 5387ea6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 10.12.14
2+
current_version = 10.13.0.dev0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<dev>dev0))?
44
serialize =
55
{major}.{minor}.{patch}.{dev}

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ authors:
99
- family-names: Pugliese
1010
given-names: Lorenzo
1111
title: "Simulated Bifurcation (SB) algorithm for Python"
12-
version: 10.12.14
12+
version: 10.13.0.dev0
1313
url: "https://github.com/bqth29/simulated-bifurcation-algorithm"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = readme.read()
55

66

7-
package_version = "10.12.14"
7+
package_version = "10.13.0.dev0"
88

99

1010
dependencies = [

src/simulated_bifurcation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@
183183
reset_env()
184184

185185

186-
__version__ = "10.12.14"
186+
__version__ = "10.13.0.dev0"

0 commit comments

Comments
 (0)