Skip to content

Commit a018f03

Browse files
committed
Bumps version to 1.2.6
1 parent a5bb86f commit a018f03

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes
22
Versioning follows [semver](https://semver.org/).
33

4+
- v1.2.6:
5+
- Fixes minor error in variable init for trial-based ISID.
46
- v1.2.5:
57
- Fixes minor `numpy.eye` error that was thrown for unstable learned models.
68
- v1.2.0:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "PSID"
7-
version = "1.2.5"
7+
version = "1.2.6"
88
authors = [
99
{name = "Omid Sani", email = "omidsani@gmail.com"},
1010
]

0 commit comments

Comments
 (0)