Skip to content

Commit a729476

Browse files
committed
update to version 2.0.0
1 parent 5c774a7 commit a729476

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 1.2.0
1+
cff-version: 2.0.0
22
message: "If you use this software, please cite it as below."
33
authors:
44
- family-names: Ageron
@@ -9,6 +9,6 @@ authors:
99
- family-names: Pugliese
1010
given-names: Lorenzo
1111
title: "Simulated Bifurcation (SB) algorithm for Python"
12-
version: 1.3.0.dev0
13-
date-released: 2023-11-23
12+
version: 2.0.0
13+
date-released: 2025-04-10
1414
url: "https://github.com/bqth29/simulated-bifurcation-algorithm"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Romain Ageron, Thomas Bouquet, Lorenzo Pugliese
3+
Copyright (c) 2025 Romain Ageron, Thomas Bouquet, Lorenzo Pugliese
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,11 @@ If you are using this code for your own projects please cite our work:
381381
```bibtex
382382
@software{Ageron_Simulated_Bifurcation_SB_2023,
383383
author = {Ageron, Romain and Bouquet, Thomas and Pugliese, Lorenzo},
384-
month = nov,
384+
month = apr,
385385
title = {{Simulated Bifurcation (SB) algorithm for Python}},
386386
url = {https://github.com/bqth29/simulated-bifurcation-algorithm},
387-
version = {1.2.1},
388-
year = {2023},
387+
version = {2.0.0},
388+
year = {2025},
389389
}
390390
```
391391

setup.py

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

66

77
# !MDC{set}{package_version = "{version}"}
8-
package_version = "1.3.0.dev0"
8+
package_version = "2.0.0"
99

1010

1111
dependencies = [

src/simulated_bifurcation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@
184184

185185

186186
# !MDC{set}{__version__ = "{version}"}
187-
__version__ = "1.3.0.dev0"
187+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)